Fixed
- [110](https://github.com/plotly/dash-html-components/pull/110), [#111](https://github.com/plotly/dash-html-components/pull/111) Improved the property definitions in advance of the Dev Tools property validation.
In particular:
- Boolean properties like `hidden` accept a bool or a case insensitive string with the same name (e.g. `'hidden'` or `'HIDDEN'`)
- Numeric properties like `rows`, `max`, `min` allow a stringified number or a number
Added
- Added `formNoValidate` & `inputMode` properties.