cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

Can't select option if size is more than 1 #1172

Open gclabadia opened 7 years ago

gclabadia commented 7 years ago

I can't select option if iscroll is implemented on my page. But found a solution to add OPTION in preventDefaultException. preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT|OPTION)$/ }

I would just like to ask if this modification is suitable or not.

Thanks!