You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a standard HTML5 select tag with the required attribute produces a "fly out" validation message which reads, "You must choose an item from the list". However, when the class selectpicker is added to a select tag the validation is performed but no message is displayed. In the attached link below there is an example of the select with the class applied. To show the proper action remove the class="selectpicker" attribute.
Using a standard HTML5 select tag with the required attribute produces a "fly out" validation message which reads, "You must choose an item from the list". However, when the class selectpicker is added to a select tag the validation is performed but no message is displayed. In the attached link below there is an example of the select with the class applied. To show the proper action remove the class="selectpicker" attribute.
https://jsfiddle.net/ddelella/vhes5y23/5/
The text was updated successfully, but these errors were encountered: