зеркало из https://github.com/nextcloud/forms.git
fix: Warning about missing label for other answer
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Родитель
c427aaf6d3
Коммит
17861cca75
|
@ -72,7 +72,7 @@
|
|||
@keydown.enter.exact.prevent="onKeydownEnter">
|
||||
{{ t('forms', 'Other:') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<NcInputField :placeholder="placeholderOtherAnswer"
|
||||
<NcInputField :label="placeholderOtherAnswer"
|
||||
:required="hasRequiredOtherAnswerInput"
|
||||
:value.sync="inputOtherAnswer"
|
||||
class="question__input" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче