Skip to content

Commit

Permalink
fix(core-components-select): remove default autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Soldatov committed Sep 10, 2020
1 parent fdd7179 commit a223433
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const AutocompleteField = ({
</React.Fragment>
}
onChange={onInput}
autoComplete='off'
value={value}
/>
);

0 comments on commit a223433

Please sign in to comment.