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 using a custom “clear” button element, clicking the button causes the input to lose focus. We should move/restore the focus back to the input when the user clicks/tabs the clear button.
We should also consider if we should automatically add tabindex='-1' to custom “clear” and “toggle” buttons, so that keyboard navigation would work the same with the normal and light versions.
When using a custom “clear” button element, clicking the button causes the input to lose focus. We should move/restore the focus back to the input when the user clicks/tabs the clear button.
We should also consider if we should automatically add
tabindex='-1'
to custom “clear” and “toggle” buttons, so that keyboard navigation would work the same with the normal and light versions.Related to #334
The text was updated successfully, but these errors were encountered: