File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/components/SelectDropdown Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ class SelectDropdown extends Component {
103103 }
104104 const selectItem = (
105105 < li
106+ tabIndex = "-1"
106107 key = { optIdx }
107108 className = "dropdown-menu-list-item"
108109 styleName = { cn ( { disabled : option . disabled } ) }
@@ -129,7 +130,7 @@ class SelectDropdown extends Component {
129130 < div className = "dropdown-menu-header" > < span className = "tc-link" > { selectedValue } </ span > </ div >
130131 </ div >
131132 ) : (
132- < Dropdown theme = { theme } className = "SelectDropdown" noPointer >
133+ < Dropdown handleKeyboardNavigation theme = { theme } className = "SelectDropdown" noPointer >
133134 < div className = "dropdown-menu-header" > < span className = "tc-link" > { selectedValue } </ span > </ div >
134135 < ul className = "dropdown-menu-list" >
135136 { options . map ( renderOption ) }
You can’t perform that action at this time.
0 commit comments