Skip to content

Commit

Permalink
Update components/dash-core-components/src/fragments/Dropdown.react.js
Browse files Browse the repository at this point in the history
Fix autoComplete typo.

Co-authored-by: Ann Marie Ward <72614349+AnnMarieW@users.noreply.github.com>
  • Loading branch information
T4rk1n and AnnMarieW committed Apr 18, 2022
1 parent d5d06b7 commit 6033397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Dropdown = props => {
onInputChange={onInputChange}
backspaceRemoves={clearable}
deleteRemoves={clearable}
inputProps={{autoComplete: 'of'}}
inputProps={{autoComplete: 'off'}}
{...omit(['setProps', 'value', 'options'], props)}
/>
</div>
Expand Down

0 comments on commit 6033397

Please sign in to comment.