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
fix: add isFocusVisible useMenuItem and fix focusRing when typing in Autocomplete SearchField (#7625)
* add isFocusVisible support to useMenuItem
* Adding tests and style in storybook
* fix: (WIP) Fix autocomplete searchfield focus ring (#7626)
* for discussion
* fix searchfield focus ring appearing on keypress when wrapped in a autocomplete
* add test
* remove extranous controls
// For keyboard events that occur on a non-input element that will move focus into input element (aka ArrowLeft going from Datepicker button to the main input group)
299
+
// we need to rely on the user passing isTextInput into here. This way we can skip toggling focus visiblity for said input element
0 commit comments