Drab issue on chrome

I have a drop down list for which I have written drab-click event… But drop down list is not allowing me to select(does not get expanded and just flashes upon clicking) when I use chrome…(chrome in mac book).Can anyone help me??

You probably don’t want it on the click event, but rather on the selected(/changed) event if you are wanting to listen for when it has an entry selected, the client event would indeed override the display of the element dropdown.

1 Like

What I should I do to overcome this???

I changed drab:click to drab:change and it solved the issue…Thank you …:grinning:

2 Likes