react-flatpickr
react-flatpickr copied to clipboard
flatpickr for React
upgraded react-scripts from ^4.0.3 to ^5.0.1. every single jest tests that uses flatpickr is failing with the error "TypeError: _this.flatpickr.setDate is not a function" this is blocking my ability to...
I've installed react-flatpickr (3.10.13 version) as a dev dependency. When clearing the date via a button, onChange prop does not trigger my custom function. Here's an example of my code:...
Hi, Thanks for react-flatpickr, it's really nice! Several bugs were fixed in flatpickr version 4.6.13 (in my case in particular the change event being fired twice). The react-flatpickr yarn.lock file...
Hi, I'm using version 3.9.0 of react-flatpickr on react 16.8.6, thanks for building it :) I'm encountering a strange issue with the AM/PM toggle using the time picker with react...
I have a range plugin date picker and when I am changing date, it is not retaining user selected time. Instead it is resetting it to 12. Steps to reproduce:...
I have a range plugin date picker and when I am changing time for to date onchange is not getting fired Steps to reproduce: Select to date in range picker...
Scenario: I've set two date pickers for _Start Date_ and _End Date_ If _Start Date_ is not selected then, I've disabled _End Date_ using a boolean expression with `clickOpens` config...
Just figuring out a way to fire the `onChange` event when a user has entered a date into the input box and doesn't specifically press enter to lose the input...
react_devtools_backend.js:2560 Error: Invalid date supplied: "2021-07-01T14:01:33.474Z" at setSelectedDate (index.js:1608) at Object.setDate (index.js:1620) at DateTimePicker.componentDidUpdate ( Not sure why this is coming even when i am not passing anything inside the...