Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/pages/components/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,7 @@ You can work around the issue with the `disablePortal` prop.

We encourage the usage of a label for the textbox.
The component implements the WAI-ARIA authoring practices.

## Disable Chrome Autofill

The Chrome browser has an autofill implemented that recognizes previous inputs by a user to the same id element on the page. This results in a poor experience for users as the Autocompelete component is overlaid by the chrome autofill mechanism. If you do not pass an `id` prop to the `Autocomplete` component then one will be generated at random preventing Chrome from attempting to autofill the input.