plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

prop type check #108

Closed byronz closed 5 years ago

byronz commented 5 years ago

@alexcjohnson @chriddyp I have a concern about the current state of our defined PropTypes,

one example is draggable: PropTypes.string, but per HTML reference it's an enumerated attribute with {true, false, auto}.

we don't have another useful attribute inputmode, which is also an enumerated list, and it's a good demo case for