I would still take advantage of the expertise and availability of this community. My question is: why if we have a code similar to
Because onChange is triggered due to onClick
onChange
onClick
One dirty solution might be to use onMouseDown instead of onClick.
onMouseDown
But I'm also wondering why you really need both ;)