mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add placeholder on textarea
This commit is contained in:
parent
8e053773ca
commit
ace7beb26b
@ -5,7 +5,7 @@
|
||||
<b-form-textarea
|
||||
id="textarea"
|
||||
v-model="form.text"
|
||||
placeholder="Enter something..."
|
||||
:placeholder="$t('contributionLink.memo')"
|
||||
rows="3"
|
||||
max-rows="6"
|
||||
></b-form-textarea>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<b-form-textarea
|
||||
id="textarea"
|
||||
v-model="form.text"
|
||||
placeholder="Enter something..."
|
||||
:placeholder="$t('form.memo')"
|
||||
rows="3"
|
||||
max-rows="6"
|
||||
></b-form-textarea>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user