jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

DatePicker calendar view does not trigger when 'min' and 'max' are in the past #1124

Open kdejaeger opened 2 years ago

kdejaeger commented 2 years ago
"react-widgets": "5.8.3",
"react-widgets-date-fns": "5.0.19",

Although not 'disabled' the 'mrt 2022' field: clicking it doesn't do anything. image

min Fri Jan 01 2021 00:00:00 GMT+0100 (Central European Standard Time)

max Fri Dec 31 2021 00:00:00 GMT+0100 (Central European Standard Time)

value undefined

Wanted behaviour: the user should be able to change the year to 2021 in this case. And then pick a date through the datepicker.