ember-cli-selectize
ember-cli-selectize copied to clipboard
multiple mode bug?
If I use multiple=true then I get Assertion Failed: When ember-selectize is in multiple mode, the provided selection must be an array.
oh I see. I need provide selectedValue: []
its ok?
correct 👍
but use selection=someArray