EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: alexcbn on May 22, 2013, 10:38:29 AM



Title: Combobox not works option selected
Post by: alexcbn on May 22, 2013, 10:38:29 AM
Hello, where are the error? I can“t put option 'Email' selected.

<select class="easyui-combobox" name="sol" style="width:200px;" data-options="panelHeight:'auto',editable:false"> 
   <option selected value="Email">Email</option> 
   <option value="Memorando">Phone</option>
</select>