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(ui5-input): stop firing focusout on suggestion click #1857

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Jun 23, 2020

The "focusout" event used to be fired whenever the user interacts with the suggestion lists, misleading the ones that listens for the event, that the user has clicked somewhere outside. Now, it is not fired.

Fixes: #1846

@ilhan007 ilhan007 merged commit a33dd95 into master Jun 23, 2020
@ilhan007 ilhan007 deleted the fix-input-focusout branch June 23, 2020 14:58
ilhan007 added a commit that referenced this pull request Jun 23, 2020
The "focusout" event used to be fired whenever the user interacts with the suggestion lists, misleading the ones that listens for the event, that the user has clicked somewhere outside. Now, it is not fired.

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

Successfully merging this pull request may close these issues.

ui5-input event when user has scrolled suggestions
2 participants