Skip to content

Commit

Permalink
[autocomplete] change 'autoComplete' to 'no'
Browse files Browse the repository at this point in the history
  • Loading branch information
LethalPants committed Sep 29, 2020
1 parent 8ea6bbf commit 0cba4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ export default function useAutocomplete(props) {
'aria-controls': listboxAvailable ? `${id}-listbox` : null,
// Disable browser's suggestion that might overlap with the popup.
// Handle autocomplete but not autofill.
autoComplete: 'off',
autoComplete: 'no',
ref: inputRef,
autoCapitalize: 'none',
spellCheck: 'false',
Expand Down

0 comments on commit 0cba4ae

Please sign in to comment.