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.
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!