Commit b096fdf3 authored by David Stutz's avatar David Stutz

#129

parent aefeff49
......@@ -2343,6 +2343,13 @@ var $form = $("#myForm");
var validator = $form.data('validator');
validator.settings.ignore = ':hidden:not(".multiselect")';
</pre>
<p>
<b>How to prevent the plugin from selecting the first option in single select mode?</b>
</p>
<p>
This issue is mainly due to the default behavior of most browsers. A workaround can be found here: <a href="https://github.com/davidstutz/bootstrap-multiselect/issues/129">#129</a>.
</p>
</div>
<div class="container">
......
......@@ -2421,6 +2421,13 @@ var $form = $("#myForm");
var validator = $form.data('validator');
validator.settings.ignore = ':hidden:not(".multiselect")';
</pre>
<p>
<b>How to prevent the plugin from selecting the first option in single select mode?</b>
</p>
<p>
This issue is mainly due to the default behavior of most browsers. A workaround can be found here: <a href="https://github.com/davidstutz/bootstrap-multiselect/issues/129">#129</a>.
</p>
</div>
<div class="container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment