Closed evantill closed 4 years ago
When the select is in a label, we can not select an option.
Reprocase in this fiddle : https://jsfiddle.net/evantill/huqn39bk/4/
Description:
When I click on the select, a first event is handled by the open/close event handler
But a second event (with the native select has the target) is handled by the outside click event handler and the enhanced select is closed again.
I can make a pull request if you wish.
duplicate of https://github.com/hernansartorio/jquery-nice-select/issues/46
When the select is in a label, we can not select an option.
Reprocase in this fiddle : https://jsfiddle.net/evantill/huqn39bk/4/
Description:
When I click on the select, a first event is handled by the open/close event handler
But a second event (with the native select has the target) is handled by the outside click event handler and the enhanced select is closed again.