fix: Update the height of the input based on the rows (#8373)

This commit is contained in:
Pranav Raj S
2023-11-17 17:29:44 -08:00
committed by GitHub
parent f23e33c1a9
commit 2c5a0abcce
5 changed files with 9 additions and 2 deletions

View File

@@ -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"