-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Select multiple on IE9 #3947
Comments
Also, like on Android, the first option is automatically displayed inside the blue button when the page is first loaded, even if no option items is selected. Regards, |
@corradolab - Can you please provide a test page so it's is a bit more clear what you mean by "the blue button" etc.. Here is a template that you can use: http://jsbin.com/otepum/edit#html . Thanks! |
Sure, here it is. Regards, |
As noted in the above example, jquerymobile 1.1.0 fails to load select multiple with no options selected, while 1.0.1 loaded but selected automatically the first option (which is questionable). Regards, |
hi @corradolab Thanks for the test page. Multiple selects with native select menu is not supported. So you have to use a custom menu for that. Here is an example of a native select menu and a custom multiple select menu: http://jsbin.com/icefum/ (JQM version 1.1) I don't see a problem in there on the browsers you mentioned so I am going to close this issue. If I missed something and you still see a bug, feel free to comment so we can reopen. |
Hi,
using a select multiple on IE9, it is not possible to select any item.
Clicking the blue button should drop down the options list, but no list appears.
Clicking first time make the first option appear inside the blue button.
Clicking second time make the second option appear.
Further clicks have no effect.
Everything works correctly using data-native-menu="false".
jquerymobile 1.0.1
Regards,
Corrado
The text was updated successfully, but these errors were encountered: