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(MdDatePicker): close datepicker on blur - fixes issues #2371, #2343 #2372

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Conversation

arpansaha13
Copy link
Contributor

The date-picker dialog would not close even if focus moves out of the datepicker input field.

I have added a focus-out event listener instead of blur event listener. If the new focus is within the datepicker, then the dialog will remain open. But if the new focus is outside the datepicker, then dialog will close.

@arpansaha13 arpansaha13 changed the title fix(MdDatePicker): close datepicker on blur - fixes issue #2371 fix(MdDatePicker): close datepicker on blur - fixes issues #2371, #2343 Oct 8, 2022
@marqbeniamin marqbeniamin merged commit b074be6 into vuematerial:dev Dec 16, 2022
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

2 participants