mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
Merge pull request #4817 from jomaxro/patch-1
Disable browser auto-complete for messages
This commit is contained in:
commit
1872a1714f
@ -7,7 +7,8 @@
|
||||
placeholderKey="composer.users_placeholder"
|
||||
tabindex="1"
|
||||
usernames=usernames
|
||||
hasGroups=hasGroups}}
|
||||
hasGroups=hasGroups
|
||||
autocomplete="off"}}
|
||||
{{else}}
|
||||
<div class='ac-wrap composer-user-selector-limited' {{action "toggleSelector"}}>
|
||||
<span>{{limitedUsernames}}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user