caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

fix: make TabButton aria compliant as a button #417

Open paralin opened 10 months ago

paralin commented 10 months ago

Allows using the keyboard to select tabs by pressing the Tab key to switch between elements on the page, and then pressing "enter" or space " " to select the highlighted tab.

paralin commented 10 months ago

@nealus Fixed aria-compliance for TabButton and the close button on TabButton.