You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: