Skip to content
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

Fix issue onblur event #2903

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

bmarcelino-fe
Copy link

This isue was introduced with the v4.6.13 and the flatpickr loses the support of update the value when the blur event is triggered. This issue was introcuded on the commit #2668, with the validation of the input value and comparing dates.

The previous approach block the update of the values when a past date occur or typing, without press enter. The library just need to close the ballon to update the values. Now with the fix, we prevent the twice triggering of the event and update the value on close the ballon.

- Used in conjunction with altInput config since this will prevent the update value of the hidden input.
- With this approach issues related with different assigned values to this input will be fixed since it must be
Controlled by developer at the OnSelectedDate callback */
updateInputVal: boolean;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am little againts adding more and more IMHO quite unneded options. Can the solution be made without the additional option?

Anyway, please add a test to reproduce the initial problem and assert it is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants