mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 07:32:44 +08:00
UX: prevents auto capitalize/correct in the emoji picker (#10636)
This commit is contained in:
parent
611d9f61fd
commit
38c934e1e1
|
@ -27,6 +27,8 @@
|
|||
name="filter"
|
||||
placeholder=(i18n "emoji_picker.filter_placeholder")
|
||||
autocomplete="discourse"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
input=(action "onFilter")
|
||||
}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user