Disable all types of autocorrect, -complete, -capitalize, etc on Spotlight's search field (#9259)
parent
c76cc9aee1
commit
851606c7ed
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue