Skip to content

Form select inputs not working #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jwellner opened this issue Jun 7, 2011 · 1 comment
Open

Form select inputs not working #10

jwellner opened this issue Jun 7, 2011 · 1 comment

Comments

@jwellner
Copy link

jwellner commented Jun 7, 2011

When you use select inputs in the scrollable area you are unable to change them.

@dhawalk
Copy link

dhawalk commented Jun 10, 2011

I have a temporary solution for this. I added the following code in touchStart function. I am kinda sure that this is not a good solution but it works.

if(event.target.nodeName !== 'SELECT')
        event.preventDefault();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants