codepb/jquery-template

How pre-select an item in DropDownBox ?

Closed this issue · 2 comments

Now i'm working with "data-options", it works fine but, how can i set the "selected" item ?

this has been a bug for a while, and just fixed. You should be able to set the selected item by setting data-value on the select element to the value you want to be selected. This will only work in 1.5.7+

Tomorrow i'll try this feature, thank you very much!