fix: Resizable textarea height issue

This commit is contained in:
iamsivin
2023-11-15 11:42:05 +05:30
parent cd217a3f86
commit 201747d6a2
3 changed files with 15 additions and 6 deletions
@@ -19,6 +19,7 @@
v-model="greetingsMessage"
rows="4"
type="text"
:min-height="6"
class="greetings--textarea"
:label="label"
:placeholder="placeholder"