Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

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 (#9259)
  • Loading branch information
justjanne authored Sep 8, 2022
1 parent c76cc9a commit 851606c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/views/dialogs/spotlight/SpotlightDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,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 851606c

Please sign in to comment.