1

I would like to ask while the selectric dropdown is not working on mobile simulator of google chrome. it uses the native version of the dropdown instead of the custom style one. Here's the image below:

Selectric when on web desktop:

enter image description here

When on mobile:

enter image description here

Sydney Loteria
  • 10,171
  • 19
  • 59
  • 73

1 Answers1

4

Please set the following options to try to enable selectric on mobile:

$el.selectric({ disableOnMobile: false, nativeOnMobile: false }); along with any other options you may be using.

Phill Healey
  • 3,084
  • 2
  • 33
  • 67