I had the same problem in my code, I had put select tag inside label tag, which was triggering "on click" event twice on a single click on this select box. Removed label tag and worked fine.