Set tabIndex on `SelectControl` wrapper div so that images and spans in options can be clicked on to select options in Firefox and Safari. (https://github.com/woocommerce/woocommerce-admin/pull/4474)
This commit is contained in:
parent
2c9b19521a
commit
c7aeeb8b8c
|
@ -167,6 +167,7 @@ class List extends Component {
|
|||
id={ listboxId }
|
||||
role="listbox"
|
||||
className={ listboxClasses }
|
||||
tabIndex="-1"
|
||||
>
|
||||
{ options.map( ( option, index ) => (
|
||||
<Button
|
||||
|
|
Loading…
Reference in New Issue