dash-core-components
dash-core-components copied to clipboard
support all input types?
We recently removed support for certain type attributes of dcc.Input as they don't have good cross browser support (e.g. type="time").
Some users want them back: https://community.plot.ly/t/dash-timepicker/6541/6?u=chriddyp
Should we bring them back? Should we warn users? Or just document that they don't have good cross browser support?
I'd bring them back, warn users, and document it as well. Software should have good defaults, but allow users the freedom to do what they want if they understand the risks.
It looks like safari supports 'time" since 14.1: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time#browser_compatibility
Can we add this again?
It's better to add, user can make desicion yourself
Oh, i have find it! But unfortunately you should update this page and add type 'time' in documentations
What happened with this discussion? Will all input types be back?