Error message is not showing in select option #1750
-
error message is not working in select html tag. am i missing something? or is there a feature missing?
|
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Jun 1, 2020
Replies: 1 comment 4 replies
-
you default selection is always: you will need an empty selection item |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
MejanH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you default selection is always:
<option value="Mr">Mr</option>
you will need an empty selection item
<option value="">Select...</option>