Practice
the selectize plugin works when you click outside the select area on a desktop computer, but on a mobile device it does not work, because the browser sends a touchstart event instead of a click event
this problem can be solved with the following code placed after selectize is initialised
Comments