Hi there!
After upgrading to 2.0, the input group started to set it's input to readonly, disabling the user ability to manually type a date. Prior 2.0, input group would not disable the input, allowing the user to type the desired date.
Even when setting data-allow-input=true the field was still set as readonly.
Could this be a bug? The whole point of a input group is to allow the user to type a date, and to let the user open the calendar popup, if necessary.
To reproduce, just try to enable the input in the Custom elements and input groups snippet.
Best regards,
Rafael Pacheco.
Hello,
Thanks for reporting the issue.
It is now fixed by https://github.com/chmln/flatpickr/commit/82832643e6db4d815f7563f87665ada5753b4394 and will be incorporated in the next bugfix release tonight.
I am still seeing this issue. I'm using Bootstrap, and the latest release of Flatpickr.
@cconover are you using allowInput: true?
Nope, I totally missed that option 馃檭
Thanks!
Most helpful comment
@cconover are you using
allowInput: true?