react-flatpickr icon indicating copy to clipboard operation
react-flatpickr copied to clipboard

flatpickr for React

Results 41 react-flatpickr issues
Sort by recently updated
recently updated
newest added

I think the title is self explanatory: When in mobile view, the placeholder automatically shifts to show these characters: `yyyy-mm-dd` and there's no way to change it

Hi! Thanks for the great library! I'm having some issues where react throws errors when `Flatpickr` props update. This happens no matter how fast (slow) I click on flatpickr days....

Hi when I define a state like this ```javascript const [numberOfMonthShown, setNumberOfMonthShown] = useState(numberOfMonth()); ``` and define flatpickr like this (number of month shown depending on the state) ```javascript doCheckSelectedPeriod(selectedDates,...

When I set 'disable' and 'enableTime' in 'options' attribute and then trying to change hours and minutes by fast clicking on buttons it doesn't change it. When I hold buttons...

Hi guys I am facing a problem, when I try to set a dynamic maxDate with a MobX computed value. I have one picker which onChange event sets a another...

I am using Range flatpickr, I want to hide native element and want to add my own view instead of that. But problem is when you hide it, your calendar...

onOpen={function(selectedDates, dateStr, instance){ instance.set("minDate", new Date()); }} The above code works fine, but when i need to set the defaultMinute / defaultHour value in the config, it doesn't work as...

Hi, I am facing Maximum call stack size exceeded issue while setting min-max date for date picker. I am having two date picker (stare date, end date). When I am...

I am getting the following error. Uncaught TypeError: this.flatpickr.destroy is not a function at DateTimePicker.componentWillUnmount

Hello guys, I've been in a constant struggle with flatpickr for the last few days as I'm trying to push custom buttons on your body. I know the right thing...