Skip to content

Commit

Permalink
Merge pull request #955 from PlanoramaEvents/PLAN-914-missing-validat…
Browse files Browse the repository at this point in the history
…ion-text

PLAN-914 add validation message to option questions
  • Loading branch information
Gailbear authored Feb 22, 2024
2 parents 9607368 + b25be38 commit 5e698ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/surveys/survey_question.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
:disabled="!answerable"
>{{choice.answer}}</b-form-select-option>
</b-form-select>
<b-form-invalid-feedback>{{ errors[0] }}</b-form-invalid-feedback>
<b-form-invalid-feedback :force-show="!calcValid(errors, valid)">{{ errors[0] }}</b-form-invalid-feedback>
</validation-provider>
<email-field-veevalidate
:answerable="answerable"
Expand Down

0 comments on commit 5e698ee

Please sign in to comment.