mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:38:26 +08:00
FEATURE: Add input name so 1password ignores input (#13790)
This commit is contained in:
parent
784e929499
commit
b335211038
|
@ -1,4 +1,5 @@
|
|||
{{#unless isHidden}}
|
||||
{{!-- filter-input-search prevents 1password from attempting autocomplete --}}
|
||||
{{input
|
||||
tabindex=-1
|
||||
class="filter-input"
|
||||
|
@ -6,6 +7,7 @@
|
|||
autocomplete="discourse"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
name="filter-input-search"
|
||||
autofocus=selectKit.options.autofocus
|
||||
spellcheck=false
|
||||
value=(readonly selectKit.filter)
|
||||
|
|
Loading…
Reference in New Issue
Block a user