mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-01-13 14:32:03 +01:00
fix: annoying browser suggestions (#2160)
I was looking for notes and then when i was searching svelte i couldn't see the possible search hits.so i turned autocomplete off now it works like charm.
This commit is contained in:
parent
25eaa9a78c
commit
db4b9363e0
@ -34,6 +34,7 @@ placeholder = placeholder.replace('{size}', etc.advertisedSheetCount.toString())
|
||||
{...(props.isLive ? { autofocus: true } : {})}
|
||||
data-js-search-input
|
||||
placeholder={placeholder}
|
||||
autocomplete="off"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user