You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
This is something that can be improved, it tries to parse date after each character and overrides input's contents.
For now you can have input field and PickMeUp instances separately and manually show/hide datepicker as well as handle change event and calling set_date() method.
This bug appears when option.default_date is true.
When default_date is false, I can edit date easily (no bug).
You can check it out in right in demo page: http://nazar-pc.github.io/PickMeUp/ just try to edit the date.
I have selected some date with datepicker and then tried to change date with keyboard. But the bug appears when default_date is true.
The handler parse date well when default_date is false. But when default_date is true the parsing is not working well (the cursor jumps to the end of date).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I can't enter a date manually using keyboard, because the cursor jumps to the end of the date in text field.
The text was updated successfully, but these errors were encountered: