mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-16 20:42:21 +01:00
Disable search bar autocomplete
This commit is contained in:
@@ -171,6 +171,7 @@ export function Search() {
|
||||
<Popover.Target>
|
||||
<Autocomplete
|
||||
ref={textInput}
|
||||
autoComplete="off"
|
||||
onFocusCapture={() => setOpened(true)}
|
||||
autoFocus={typeof window !== 'undefined' && window.innerWidth > 768}
|
||||
rightSection={<SearchModuleMenu />}
|
||||
|
||||
Reference in New Issue
Block a user