Topic: Problem with select validation (required)
perisiansmu premium asked 4 years ago
Expected behavior Validation should validate the value options, not the label of the value
Actual behavior We want to put the label for choosing the value option. It shouldn't flag it as valid as no value stated. Also it flag it as invalid with a value and no label.
Resources (screenshots, code snippets etc.)
<option value="">Please Choose</option> <!-- invalid -->
<option value="Value"></option> <!-- valid -->
https://mdbootstrap.com/snippets/standard/perisiansmu/2522686?action=forum_snippet#html-tab-view
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: 1.0.0
- Device: Dell
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Arkadiusz Idzikowski staff commented 4 years ago
We will take a closer look at this problem. For now, you can try to disable the option with an empty value or use the placeholder option to add placeholder text for the select input.