Skip to content

Commit

Permalink
Disable autocomplete on searchable input trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Feb 1, 2024
1 parent 98212e2 commit bfa59c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dropdown/src/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ export default function Dropdown({
if (isSearchable) {
trigger = (
<InputText
autoComplete="off"
className={TRIGGER_CLASS_NAME}
disabled={disabled}
initialValue={value ?? ''}
Expand Down

0 comments on commit bfa59c7

Please sign in to comment.