onSelected gets fired twice when clicked due #42
It could be the result of some PR... a PR to fix it is welcome |
neuropass
commented
Jun 14, 2016
Can you merge this pls? @FezVrasta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@FezVrasta I'm not sure what the purpose of this line
https://github.com/FezVrasta/dropdown.js/blob/master/jquery.dropdown.js#L132
The comments indicates a condition but there is none listed. What was the intentions here?
Currently the behavior is user clicks on selected item
methods._select()
gets fired twice due to$select.change()