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

Force close of search box after item selection #322

Merged
merged 1 commit into from Mar 16, 2020

Conversation

ViViDboarder
Copy link
Contributor

In Firefox, for some reason selecting an item with the mouse would not
clear the search overlay. It appears that it would generally clear when
the blur function is called, but something appears to be different when
selected by mouse vs enter key.

This forces a call to this.close() to close the dialog without relying
only on the blur action.

Fixes #263

In Firefox, for some reason selecting an item with the mouse would not
clear the search overlay. It appears that it would generally clear when
the blur function is called, but something appears to be different when
selected by mouse vs enter key.

This forces a call to `this.close()` to close the dialog without relying
only on the blur action.

Fixes #263
@ViViDboarder
Copy link
Contributor Author

Is anyone able to review this? It's a pretty small diff. :)

@bradrydzewski bradrydzewski merged commit c609128 into drone:vue Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants