A11Y: Use `autocomplete="off"` for composer title (#15758)
This commit is contained in:
parent
fb25333b7f
commit
48cf5e2fbc
|
@ -5,7 +5,7 @@
|
|||
placeholderKey=composer.titlePlaceholder
|
||||
aria-label=(I18n composer.titlePlaceholder)
|
||||
disabled=disabled
|
||||
autocomplete="discourse"
|
||||
autocomplete="off"
|
||||
}}
|
||||
|
||||
{{popup-input-tip validation=validation}}
|
||||
|
|
Loading…
Reference in New Issue