зеркало из https://github.com/nextcloud/forms.git
Fix text input placeholder issue again
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
3607a22362
Коммит
1dd3231b31
|
@ -31,7 +31,7 @@
|
|||
<!-- TODO: properly choose max length -->
|
||||
<textarea ref="textarea"
|
||||
:aria-label="t('forms', 'A long answer for the question “{text}”', { text })"
|
||||
:placeholder="t('forms', 'People can enter a long answer')"
|
||||
:placeholder="t('forms', 'Long answer text')"
|
||||
:required="true /* TODO: implement required option */"
|
||||
:value="values[0]"
|
||||
class="question__text"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<!-- TODO: properly choose max length -->
|
||||
<input ref="input"
|
||||
:aria-label="t('forms', 'A short answer for the question “{text}”', { text })"
|
||||
:placeholder="t('forms', 'People can enter a short answer')"
|
||||
:placeholder="t('forms', 'Short answer text')"
|
||||
:required="true /* TODO: implement required option */"
|
||||
:value="values[0]"
|
||||
class="question__input"
|
||||
|
|
Загрузка…
Ссылка в новой задаче