mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: Add input name so 1password ignores input (#13790)
This commit is contained in:
parent
784e929499
commit
b335211038
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue