Skip to content

Commit

Permalink
fix: disable chrome pw manager in combobox (#850)
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Walser <[email protected]>
  • Loading branch information
wwalser and Wesley Walser authored Aug 16, 2022
1 parent 9f26d70 commit fb77ad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/old-coins-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@sajari/react-components': patch
'@sajari/react-search-ui': patch
---

fix: disable chrome pw manager in combobox
2 changes: 1 addition & 1 deletion packages/components/src/Combobox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const Combobox = React.forwardRef(function ComboboxInner<T>(
placeholder,
'aria-invalid': invalid,
autoCapitalize: 'off',
autoComplete: 'off',
autoComplete: 'one-time-code',
autoCorrect: 'off',
spellCheck: 'false',
inputMode: 'search',
Expand Down

0 comments on commit fb77ad7

Please sign in to comment.