-
I create a PickerWheel first
-
Then create a button on top of the PickerWheel (Button at frontend and overlap the PickerWheel at backend)
-
Click the button, the button receive the click event, but the PickerWheel also receive the click event too
My question:
How to only let the button receive the click event, and not let the behind PickerWheel receive the click event?