My dropdown has options like that
<option value="1">1 - Checking Account</option>")
If I want to add new options with value 11 (I show popup to get both
value and description), when I hit 1 first time, combobox selects
option shown above instead of staying in the editor. It still enters
new value in the editor but doing that with existing option show
instead of the editor is kind of confusing.
In IE, all works fine and editor stays in focus.
Thanks!
Thanks!
<select class="field_input" >
<option class="jecEditableOption"></option>
<option value="1111111111111">1111111111111 - 2222222222222222222</
option>
<option value="222222222">222222222 - 22222222222</option>
<option value="3333333">3333333 - sdf</option>
</select>