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

Prefilled multiple values does not displayed #36

Open shayanhusaini opened 9 years ago

shayanhusaini commented 9 years ago

When we use selectize in edit form the multiple values inside selectize does not displayed. Instead it shows the last selected value.

matteliot commented 8 years ago

did you ever figure out what the issue here was?