Skip to content

Commit

Permalink
Disable all types of autocorrect, -complete, -capitalize, etc on Spot…
Browse files Browse the repository at this point in the history
…light's search field
  • Loading branch information
justjanne committed Sep 7, 2022
1 parent 6d03cb3 commit ff46ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/views/dialogs/spotlight/SpotlightDialog.tsx
Expand Up @@ -1199,6 +1199,9 @@ const SpotlightDialog: React.FC<IProps> = ({ initialText = "", initialFilter = n
autoFocus
type="text"
autoComplete="off"
autoCapitalize="off"
autoCorrect="off"
spellCheck="false"
placeholder={_t("Search")}
value={query}
onChange={setQuery}
Expand Down

0 comments on commit ff46ba2

Please sign in to comment.