Mobius1 / Selectr

A lightweight, vanilla javascript select box replacement. No dependencies.
MIT License
313 stars 77 forks source link

Mobile View: "toggle()" triggered twice on click #137

Open trailsnail opened 5 years ago

trailsnail commented 5 years ago

On mobile view the touchstart and click event seems to trigger the toggle() call twice. This results in a close() call despite I want to open the dropdown. Sure it works, but I don't know what depends on this behavior and states

image