You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dash-html-components/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
20
20
-[#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.
21
21
In particular:
22
22
- Boolean properties like `hidden` accept a bool or a case insensitive string with the same name (e.g. `'hidden'` or `'HIDDEN'`)
23
-
- Numeric properties like `rows`, `max`, `min`allow a stringified number or a number
23
+
- Numeric properties like `rows`, `max`, `min` allow a stringified number or a number
0 commit comments