FEATURE: Add input name so 1password ignores input (#13790)
This commit is contained in:
parent
784e929499
commit
b335211038
|
@ -1,4 +1,5 @@
|
||||||
{{#unless isHidden}}
|
{{#unless isHidden}}
|
||||||
|
{{!-- filter-input-search prevents 1password from attempting autocomplete --}}
|
||||||
{{input
|
{{input
|
||||||
tabindex=-1
|
tabindex=-1
|
||||||
class="filter-input"
|
class="filter-input"
|
||||||
|
@ -6,6 +7,7 @@
|
||||||
autocomplete="discourse"
|
autocomplete="discourse"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
|
name="filter-input-search"
|
||||||
autofocus=selectKit.options.autofocus
|
autofocus=selectKit.options.autofocus
|
||||||
spellcheck=false
|
spellcheck=false
|
||||||
value=(readonly selectKit.filter)
|
value=(readonly selectKit.filter)
|
||||||
|
|
Loading…
Reference in New Issue