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 committed Oct 26, 2020
1 parent 60c5bb6 commit 2b63315
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 2b63315

Please sign in to comment.