You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
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).
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
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
The text was updated successfully, but these errors were encountered: