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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Okay I guess I found a solution.
You can simply set the
.ui-selectmenuto something likeheight: 10000px.It will automatically render the select menu as a dialog.