fix: Update the height of the input based on the rows (#8373)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
id="chat-input"
|
||||
ref="chatInput"
|
||||
v-model="userInput"
|
||||
:rows="1"
|
||||
:aria-label="$t('CHAT_PLACEHOLDER')"
|
||||
:placeholder="$t('CHAT_PLACEHOLDER')"
|
||||
class="form-input user-message-input is-focused"
|
||||
|
||||
Reference in New Issue
Block a user