blackberry / jQueryMobile-BB10-Theme

jQuery Mobile BlackBerry 10 Theme
Apache License 2.0
72 stars 56 forks source link

Dropdown / Select menu #144

Open CarpeTempus opened 9 years ago

CarpeTempus commented 9 years ago

Hi,

I'm using a form to display some data which contains several dropdowns / select menus. As written in the documentation im using

$('select#select-choice-0').val('express');

to set a value and after that

$('#select-choice-0').dropdown();

to refresh the widget to display the new value. This works fine in case that there is only one dropdown widget in the form. With several dropdowns calling .dropdown() creates nested dropdown-widgets (please see screenshot).

image

Besides that the included jquery lib is very old.. I've tried to replace it with a newer version but it didn't work. It is sad that the BB10-Theme seems to be no longer supported by Blackberry since the development seems to be discontinued. Please keep it up and continue with the development!

Kind regards, Dirk