How to prevent user from doing multiple clicks on a button??.
Actual problem: if user keep clicking on the button very quickly. Button click execute my api call multiple times.
Applied Solution Not Work: Even if you tried to disable the button directly after onClick(), still there is a probability to have multiple click happened.