react-flatpickr
react-flatpickr copied to clipboard
No updation on blur
If the user changes the time input from dropdown and clicks outside the box, the time doesn't update on blur. The same behaviour is noticed for editing the time input via the keyboard and clicking outside.
This can be fixed by adding blur handlers to all three input boxes, is this a wrapper issue or flatpickr issue?