Want to disable Selectize functionalities for mobile #2074
Unanswered
syedaqeel185
asked this question in
Q&A
Replies: 1 comment
-
You can do that with writing your own JS. Detect the device type and then either include or don't include the library. That's not a feature we have to build into the plugin itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to disable the selectize plugin for mobile and tab but not for desktop in a way that, For mobile and tab, it should work as simple select.
Beta Was this translation helpful? Give feedback.
All reactions