truckingsim / Ajax-Bootstrap-Select

This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.
MIT License
280 stars 97 forks source link

ajax-bootstrap-select breaks required field #185

Open ppazos opened 4 years ago

ppazos commented 4 years ago

On a select with a required attribute if the "with-ajax" class is added, the required stops working and submitting the form doesn't check anything.

This plugin is breaking required fields.

Basically is causing this issue https://github.com/snapappointments/bootstrap-select/issues/514

zkryakgul commented 3 years ago

Did you find any solution about it?