axel-zarate / js-custom-select

Custom auto-complete select box for AngularJS and Bootstrap
MIT License
68 stars 59 forks source link

Can we have a click event on the wrapper/parent div of the custom-select ? #46

Open ausshadu opened 7 years ago

ausshadu commented 7 years ago

Right now, only one event is supported, i.e. onSelect, can we have onClick, and other mouse events as well ?

syedautherabbas commented 7 years ago

@ausshadu did you find a solution for this ? I feel we really should support onClick event

axel-zarate commented 7 years ago

I don't know what onClick would work for. Are you refering to the click event when the dropdown is opened? Would using ng-click on the element do the trick?

syedautherabbas commented 7 years ago

It did not work when i did that.