hernansartorio / jquery-nice-select

A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.
http://jqueryniceselect.hernansartorio.com
957 stars 286 forks source link

Bootstrap 4 validation #86

Open dbiljak opened 5 years ago

dbiljak commented 5 years ago

Is there a way to use Bootstrap 4 validation with nice select? <select id="something" class="form-control nice_select" name="something" required> This is getting ignored! I know that select is hidden and it creates new div, but I can't find a way to do it.

yansusanto commented 4 years ago

Hi @dbiljak, did you finally found the solution to this issue? Thanks ;)