Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Mobile non-native #62

Open
KMBenjaminSchodts opened this issue Dec 14, 2017 · 1 comment
Open

Mobile non-native #62

KMBenjaminSchodts opened this issue Dec 14, 2017 · 1 comment

Comments

@KMBenjaminSchodts
Copy link

I'm trying to disable the native version on mobile, is this possible or not ?
nativeDropdown defaults to true on mobile, but is there any way to counter that ?

@devwebpeanuts
Copy link

☣️ ☣️ ☣️ ☣️
Very dirty hack but it works : always set mobileDevice property to false.
😷

var selectr = new Selectr('#mySelect');
selectr.mobileDevice = false;

☣️ ☣️ ☣️ ☣️

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

No branches or pull requests

2 participants