Skip to content
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

Selectbox list not opening in mobile devices #12

Open
realdreamer opened this issue Aug 22, 2014 · 3 comments
Open

Selectbox list not opening in mobile devices #12

realdreamer opened this issue Aug 22, 2014 · 3 comments

Comments

@realdreamer
Copy link

I've tried this selectbox, its working well in the desktop versions but its not working in the mobile devices. Styles are applying, but when I try to click the selectbox box its not opening at all.

@jbwestphal
Copy link

same with me

@MMikolaszek
Copy link

I noticed that selectbox in version 1.0, which is used in demo page works fine on mobile devices.

@andersonAlmeida
Copy link

You can use the hidden select with opacity:0 and positon absolute over your custom select.

For instance:

.use-default
visibility: visible;
opacity: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;

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

No branches or pull requests

5 participants