Skip to content

Commit

Permalink
Merge pull request #1731 from nextcloud/fix/warning-missingLabel
Browse files Browse the repository at this point in the history
fix: Warning about missing label for other answer
  • Loading branch information
susnux committed Oct 6, 2023
2 parents 1bac765 + 17861cc commit 90305f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questions/QuestionMultiple.vue
Expand Up @@ -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" />
Expand Down

0 comments on commit 90305f6

Please sign in to comment.