Posts

Post not yet marked as solved
0 Replies
884 Views
I have this code<div onclick='onClick();'> <select id='select'> <option>Option1</option> <option>Option2</option> </select></div>when the user clicks on the select dropdown the onclick even of parent div is not triggered. It seems to be working fine all other browsers.Is there a way to solve this issue?Thank You
Posted Last updated
.