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
After clicking on an option in EuiSuperSelect dropdown, focus is moved to the first item in form. I think it should maintain focus on the current field like it does in other field types.
Workaround:
Create a ref attached to EuiSuperSelect.
onChange handler can be overwritten with a function that will trigger onChange and then focus on the ref attached to EuiSuperSelect.
The text was updated successfully, but these errors were encountered:
After clicking on an option in EuiSuperSelect dropdown, focus is moved to the first item in form. I think it should maintain focus on the current field like it does in other field types.
Workaround:
Create a ref attached to EuiSuperSelect.
onChange handler can be overwritten with a function that will trigger onChange and then focus on the ref attached to EuiSuperSelect.
The text was updated successfully, but these errors were encountered: