Replace href="#" with tabindex="0" #6760
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Links used in components such as close icon of a dialog renders an anchor with href="#" to make it focusable, however event should be prevented with this approach and browsers displays it as a link to navigate. Instead use tabindex so browser does not display anything and element is still focusable.
The text was updated successfully, but these errors were encountered: