Ipad pro is showing "desktop" version
babobski opened this issue · 1 comments
babobski commented
nicogauthierpin commented
I came across the same issue. Setting .selectric-input to readonly prevents the keyboard from popping up, and it doesn't seem to cause any issues on other platforms so far. I added this right after initializing selectric.
$('input.selectric-input').attr('readonly', true);