kbanman / selectize-ng

Selectize directive for AngularJS with two-way bindings for both values and options
MIT License
19 stars 7 forks source link

Fix multi select when tag is select #14

Closed fjhixiuxiu closed 6 years ago

fjhixiuxiu commented 6 years ago

This fix the problem that when we use <select multiple> which is supported by the original selectize, is treated as single select in selectize-ng. This will allow as to make the value as array instead of a string Link: https://github.com/selectize/selectize.js/blob/master/dist/js/selectize.js#L1261