-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input-date: unable to type a date unless I press enter after + clicking on wanted date #249
Comments
If it's unclear, i would be happy to explain it in another way 😃 |
@dbendaou does this error happen with flatpickr itself as well or just when using ember-flatpickr? |
Is wasn't able to test on flatpickr itself yet |
If this is confirmed to be an ember-flatpickr issue, we can definitely try to fix it. I don't have the time to investigate if it is a flatpickr bug right now. |
It seems to came from flatpickr bad implementation.. https://jsfiddle.net/xxmp01qk/ I'm closing this issue since it doesn't came from this repo. Thanks for the help |
I would recommend opening an issue on the flatpickr repo, if there is an error, and linking back here please. |
I think this is the upstream issue: flatpickr/flatpickr#1551 |
Hi,
Don't know if it's a bug or bad ux, but when the
allowInput
option is activated,you need to type your wanted
date
THEN you need to press enter and THEN to click on the wanted date.I would like to only type the date and don't be forced to press enter and then click on the date which is a bit frustrating..
There is a gif of the behavior
![may-02-2018 14-55-15](https://user-images.githubusercontent.com/15218861/39524338-eb1df74a-4e18-11e8-9317-b6d618788048.gif)
ps: notice that the error in french on the right mean "The field cannot be empty"
pss: we doesn't see the mouse cursor but I'm just clicking away on a other field after typing my date
The text was updated successfully, but these errors were encountered: