Skip to content

Commit 6033397

Browse files
T4rk1nAnnMarieW
andcommitted
Update components/dash-core-components/src/fragments/Dropdown.react.js
Fix autoComplete typo. Co-authored-by: Ann Marie Ward <[email protected]>
1 parent d5d06b7 commit 6033397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/src/fragments/Dropdown.react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const Dropdown = props => {
113113
onInputChange={onInputChange}
114114
backspaceRemoves={clearable}
115115
deleteRemoves={clearable}
116-
inputProps={{autoComplete: 'of'}}
116+
inputProps={{autoComplete: 'off'}}
117117
{...omit(['setProps', 'value', 'options'], props)}
118118
/>
119119
</div>

0 commit comments

Comments
 (0)