diff --git a/src/components/Select/Select.js b/src/components/Select/Select.js index 102e9fc9..28d8faa4 100644 --- a/src/components/Select/Select.js +++ b/src/components/Select/Select.js @@ -115,6 +115,7 @@ class Select extends React.PureComponent { defaultHighlightedIndex: 0, CurrentValue: styles.CurrentValue, Options: styles.Options, + autoComplete: false, inputProps: {}, }; diff --git a/src/components/Select/styles/CurrentValue.js b/src/components/Select/styles/CurrentValue.js index bcf08f41..eb25db46 100644 --- a/src/components/Select/styles/CurrentValue.js +++ b/src/components/Select/styles/CurrentValue.js @@ -62,8 +62,8 @@ const Unsearchable = forwardRef( {...(disabled || loading ? {} : getToggleButtonProps({ - ref, - }))} + ref, + }))} >