1
I’m using the library jqBootstrapValidation to validate forms along with properties required
and data-validation-required-message
(displays a custom error message).
Everything is working properly but when I use an element select
it does not work even if the value in the field is not selected, it does not validate allowing the user to send the default value, eg: Select.
Fernando, could you put an example of the problem? you can use jsfiddle or the stackoverflow tool itself to put the code.
– Gabriel Rodrigues