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
* Custom React hook created to handle sync of focus on an element when the user navigates through the app with keyboard.
8
-
* When the user navigates through the app using the arrows and then the tab button, the focus on the element and the native focus of the browser differs.
9
-
* To maintain consistency when an element is focused in the app, the focus() method is additionally called on the focused element to eliminate the difference between native browser focus and application focus.
* Custom React hook created to handle sync of focus on an element when the user navigates through the app with keyboard.
8
+
* When the user navigates through the app using the arrows and then the tab button, the focus on the element and the native focus of the browser differs.
9
+
* To maintain consistency when an element is focused in the app, the focus() method is additionally called on the focused element to eliminate the difference between native browser focus and application focus.
0 commit comments