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
Similar to this issue SVGs in IE11 are focusable by default (using the tab key). Since I'm using react-feather icons alongside form fields for validation, this makes navigating the form using the tab key quite tedious in IE11.
The fix: add focusable="false" to all svg elements.
Similar to this issue SVGs in IE11 are focusable by default (using the tab key). Since I'm using react-feather icons alongside form fields for validation, this makes navigating the form using the tab key quite tedious in IE11.
The fix: add
focusable="false"
to all svg elements.See also: https://stackoverflow.com/questions/18646111/disable-onfocus-event-for-svg-element
The text was updated successfully, but these errors were encountered: