mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
add-emoji: Disable browser autocomplete for emoji name input.
This commit is contained in:
committed by
Tim Abbott
parent
5f0a761512
commit
74b928e3dc
@@ -23,6 +23,6 @@
|
||||
<div id="emoji_file_input_error" class="text-error"></div>
|
||||
<div class="emoji_name_input">
|
||||
<label for="emoji_name" class="modal-field-label">{{t "Emoji name" }}</label>
|
||||
<input type="text" name="name" id="emoji_name" class="modal_text_input" placeholder="{{t 'leafy green vegetable' }}" />
|
||||
<input type="text" name="name" id="emoji_name" class="modal_text_input" autocomplete="off" placeholder="{{t 'leafy green vegetable' }}" />
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user