jQuery-Selectric icon indicating copy to clipboard operation
jQuery-Selectric copied to clipboard

Ipad pro is showing "desktop" version

Open babobski opened this issue 4 years ago • 1 comments

I have a customer that uses the iPad pro, he has an issue when selecting selectric will cause the keyboard to show up. He shared a screenshot with us, but I can see it is showing the "desktop" selectric and does not use the native select.

afbeelding

babobski avatar Jan 10 '20 09:01 babobski

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);

nicogauthierpin avatar Jul 22 '20 20:07 nicogauthierpin