The browser does not recognize <a /> tag without href prop as a focusable element, so I am changing it to a button for accessibility. Currently, I cannot access the close button using the keyboard, and my company's website has to be keyboard accessible.
The browser does not recognize
<a />
tag without href prop as a focusable element, so I am changing it to a button for accessibility. Currently, I cannot access the close button using the keyboard, and my company's website has to be keyboard accessible.