Ewan McDougall
Ewan McDougall
I'm adding a attribute 'tags' and then around https://github.com/iStefo/ember-select-2/blob/6d4abbf80b7e68bacf275400899960609bcc90b1/addon/components/select-2.js#L194 adding the following to support my use case. ``` javascript else if (self.get('tags')) { val = {id: query.term, text: query.term} if...
@jrhe thanks for the tip, had to rework some of my code and moved tagging into the app layer as suggested using the query action, no longer relying on a...
No test case included, how do you run the test suite?
@bebraw I can check it in IE10 and latest chrome and firefox from application code. Will submit a PR when checked, cheers.
Sorry, lots of deadlines, on todo list, please patch if you want or I'll get around to it eventually Sent from my mobile device > On 10 Oct 2015, at...
This is fixed in #708 #### [Live Demo](http://adopted-ember-addons.github.io/ember-cp-validations) #### [Documentation 4.x](http://adopted-ember-addons.github.io/ember-cp-validations/docs)
If a multisearchable model record is deleted from the table avoiding the activerecord callbacks e.g. using model.delete or some SQL then its associated pg_search_document isn't deleted, https://github.com/Casecommons/pg_search/blob/master/lib/pg_search/multisearchable.rb#L10. There's now an...
Came across this issue while updating ember data from 3.28 to 4.7.1. In the test suite I am seeing ``` "You created a second Pretender instance while there was already...
Using the suggested workaround works for me ``` 'ember-cli-mirage': { enabled: false, }, ```
Earlier in this thread https://github.com/miragejs/ember-cli-mirage/issues/2212#issuecomment-1004152011