Commit 672ff0a1 authored by hetech's avatar hetech Committed by GitHub

Tabs: set TabNav key (#13178)

parent cf42b544
...@@ -227,6 +227,7 @@ ...@@ -227,6 +227,7 @@
'is-focus': this.isFocus 'is-focus': this.isFocus
}} }}
id={`tab-${tabName}`} id={`tab-${tabName}`}
key={`tab-${tabName}`}
aria-controls={`pane-${tabName}`} aria-controls={`pane-${tabName}`}
role="tab" role="tab"
aria-selected={ pane.active } aria-selected={ pane.active }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment