diff --git a/src/components/Select/Select.tsx b/src/components/Select/Select.tsx index 3cad976d43..e195652d04 100644 --- a/src/components/Select/Select.tsx +++ b/src/components/Select/Select.tsx @@ -318,6 +318,7 @@ export const Select = React.forwardRef(function className={selectBlock(mods, className)} {...focusWithinProps} style={inlineStyles} + tabIndex={-1} > (( type="button" data-qa={qa} title={title} + tabIndex={0} > {label && {label}} {showPlaceholder && (