This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Filterable Widget - Select menu #6682
Closed
Description
Hiding (display: none
) selectmenu options <option>
isn't supported by Safari Mobile browser. The code in the demo below was tested on iPhone 5 v7.0.3.
Demo: http://jsfiddle.net/Palestinian/s9StB/
I made a workaround by listening to filterablebeforefilter
event and disable/enable options using .prop( "disabled", true)
and removed .ui-screen-hidden
.