Reputation: 8640
is there a way to force a <select multiple>
to open always in a dialog like it is a large list?
Examples at the bottom: jQuery Mobile Select
Thanks for any help.
Regards, Aley
Upvotes: 1
Views: 2343
Reputation: 8640
Okay I guess I found a solution.
You can simply set the .ui-selectmenu
to something like height: 10000px
.
It will automatically render the select menu as a dialog.
Upvotes: 5