react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

Can set date at Firefox and IE11. At IE11 time values look odd. At year input can put 6 digits

Open OleksandrPavlyshch opened this issue 3 years ago • 4 comments

Firefox and IE11 need to delete value before type. Not correct year field workking. Users can add leading zero almost everywhere like 012. image

OleksandrPavlyshch avatar Jul 14 '20 12:07 OleksandrPavlyshch

We have the same issue with this component now. You cannot change the time unless you start by deleting the number. It is the same with the example use on the demo, so it is a legit issue with Firefox at least.

https://projects.wojtekmaj.pl/react-datetime-picker/

Askholm avatar Aug 19 '20 12:08 Askholm

Same issue here. Neither clicking on a date nor typing a date works with Firefox.

gabdorf avatar Sep 03 '20 23:09 gabdorf

Same issue, can be reproduced on demo site, using Firefox 81.0. If fixed we could probably use the component, but we need it to work as smoothly as on Chrome where you can just input a number and it behaves as expected.

rvplauborg avatar Oct 01 '20 07:10 rvplauborg

@Askholm @rvplauborg looks like this is related https://github.com/wojtekmaj/react-time-picker/issues/92

dannypaz avatar Jan 06 '21 07:01 dannypaz

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] avatar Dec 26 '22 00:12 github-actions[bot]

Sizing issues were long resolved. Regarding maximum number of numbers in year - yeah, 6 digits sounds just about right, provided that you didn't set maxDate to anything less than the year 10,000 AD.

wojtekmaj avatar Dec 28 '22 20:12 wojtekmaj