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 where enhancements are not present when date picker open and a new date is entered in input #27

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

Conversation

jamesjacobs
Copy link
Collaborator

Alternative fix option to #24 .

Rather than running enhancements on each keyup event we're using the JQUI Datepicker onUpdateDatepicker event (detects changes to the datepicker DOM - such as those changes resulting from a date being selected or typed). Needed as JQUI appears to re-render the datepicker following a manual date entry, resulting in the datepicker missing the enhancements.

Closes #23

@jamesjacobs jamesjacobs added the bug Something isn't working label Jun 26, 2023
@jamesjacobs jamesjacobs requested a review from Stanton June 26, 2023 13:43
@jamesjacobs jamesjacobs changed the title Fix issue where enhancements are not present f date picker open and a new date is entered in input Fix issue where enhancements are not present when date picker open and a new date is entered in input Jun 30, 2023
@jamesjacobs jamesjacobs self-assigned this Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entering a manual date in the datepicker causes misrendered buttons to appear
1 participant