Skip to content

Commit

Permalink
Turn off autocomplete for token input. (#26427)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein authored and tellthemachines committed Oct 27, 2020
1 parent 5b92ecf commit 7bbc996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/form-token-field/token-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class TokenInput extends Component {
className,
'components-form-token-field__input'
) }
autoComplete="off"
role="combobox"
aria-expanded={ isExpanded }
aria-autocomplete="list"
Expand Down

0 comments on commit 7bbc996

Please sign in to comment.