EvanOxfeld / angular-selectize.js

Angular Selectize directive for a hybrid textbox + <select> box. Supports ngOptions and two-way bindings.
MIT License
34 stars 16 forks source link

adding selected option missing! #34

Open renege opened 9 years ago

renege commented 9 years ago

how to add a default select option?

like

<select>
    <option>Boobar</option>
    <option selected="selected">foobar</option>
    <option>Cobar</option>
</select>