dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

support all input types?

Open chriddyp opened this issue 6 years ago • 5 comments

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?

chriddyp avatar Sep 12 '19 15:09 chriddyp

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.

mccarthysean avatar Mar 04 '21 06:03 mccarthysean

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?

stfuchs avatar Aug 25 '21 17:08 stfuchs

It's better to add, user can make desicion yourself

Vernadskii avatar Nov 30 '21 18:11 Vernadskii

Oh, i have find it! But unfortunately you should update this page and add type 'time' in documentations

Vernadskii avatar Nov 30 '21 18:11 Vernadskii

What happened with this discussion? Will all input types be back?

alexisteleco avatar May 11 '22 13:05 alexisteleco