jquery-nice-select
jquery-nice-select copied to clipboard
Not working when placed in <label> tag
To reproduce: wrap the selectbox to be styled with a <label>
tag.
Why: because clicking nice select bubbles to the label tag, which in turn triggers click with event.target set to the native select element, so the plugin treats it like "clicking outside".
Sorry for the first commit, wrong branch.
Same issue
It was fixed one month ago, but the pull request waiting for acceptance since then @hernansartorio
Thanks for the fix, it would be great to see it merged @hernansartorio Thank you very much
Hi,
@hernansartorio what do you need to accept https://github.com/hernansartorio/jquery-nice-select/pull/47 ?
thank you
here a reprocase if useful: https://jsfiddle.net/evantill/huqn39bk/4/