Aaron
Aaron
Does your implementation require that the record is saved before it is accepted by selectize? I'm no expert, but I would recommend adding the new record to `qualityList` and `selectedQualities`...
Are you by any chance wrapping the ember-selectize component in an `if` helper in your template that evaluates to `false` as soon as a selection is made? Because in my...
In my case, it seems to be exhibiting the following behavior: 1. A selection is made by the user. 2. Handlebars begins removing the selectize input from the DOM, since...