Skip to content

Commit

Permalink
change autoComplete attribute from "disabled" to "off"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Smith authored and oliviertassinari committed Nov 15, 2019
1 parent 4ce0f41 commit 735d65c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ export default function useAutocomplete(props) {
'aria-controls': popupOpen ? `${id}-popup` : null,
// Disable browser's suggestion that might overlap with the popup.
// (autocomplete and autofill)
autoComplete: 'disabled',
autoComplete: 'off',
ref: inputRef,
autoCapitalize: 'none',
spellCheck: 'false',
Expand Down

0 comments on commit 735d65c

Please sign in to comment.