We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012db13 commit 295837dCopy full SHA for 295837d
packages/pf4-component-mapper/src/select/select/select.js
@@ -214,6 +214,7 @@ const InternalSelect = ({
214
className={`pf-c-select__toggle${isDisabled ? ' pf-m-disabled' : ''}${
215
isSearchable ? ' pf-m-typeahead' : ''
216
} ddorg__pf4-component-mapper__select-toggle`}
217
+ tabIndex={0}
218
{...toggleButtonProps}
219
>
220
<div className="pf-c-select_toggle-wrapper ddorg__pf4-component-mapper__select-toggle-wrapper">
0 commit comments