Closed fjhixiuxiu closed 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
<select multiple>
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