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: onFocus and onClick in Picklist triggered when it should not #2517

Open
LeandroTorresSicilia opened this issue Oct 31, 2022 · 0 comments · May be fixed by #2528
Open

fix: onFocus and onClick in Picklist triggered when it should not #2517

LeandroTorresSicilia opened this issue Oct 31, 2022 · 0 comments · May be fixed by #2528
Labels
bug Something isn't working

Comments

@LeandroTorresSicilia
Copy link
Member

LeandroTorresSicilia commented Oct 31, 2022

When you click on the picklist you are giving focus to the component, if you then click again on the input trigger it should not trigger onFocus again since the component already have the focus (since never occurs a blur event it should not trigger focus again).
Same happens when select an option, it triggers onFocus again when it should not.

@LeandroTorresSicilia LeandroTorresSicilia added the bug Something isn't working label Oct 31, 2022
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 a pull request may close this issue.

1 participant