Add enterkeyhint

This commit is contained in:
Pavel Djundik 2020-08-29 11:46:11 +03:00
parent b74b692391
commit 5b602c72dc
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
:value="channel.topic"
class="topic-input"
placeholder="Set channel topic"
enterkeyhint="done"
@keyup.enter="saveTopic"
@keyup.esc="channel.editTopic = false"
/>

View file

@ -7,6 +7,7 @@
ref="input"
dir="auto"
class="mousetrap"
enterkeyhint="send"
:value="channel.pendingMessage"
:placeholder="getInputPlaceholder(channel)"
:aria-label="getInputPlaceholder(channel)"