Conversation
I am currently working on supporting tags in this component, while also supporting ember data. You can pass in an ember data record array (DS.RecordArray) instance, and it will create new tags based on the `type` of the recordarray. This PR is still a WIP, any feedback is welcome!
Ability to format result # Conflicts: # addon/components/select-2.js
Tagging support; format formatNoMatches; format formatSelection # Conflicts: # addon/components/select-2.js
* formatSearch * formatSelection * sortable
fix jQueryUI typeof checking
ember objects instead of ember data models. This is automatically determined by this component.
assimilate a working version of result formatting
Feature/merge upstream branch
Feature/document sortable usage
…re/tags # Conflicts: # addon/components/select-2.js
|
Hi @shunchu, why was this closed/deleted? Happy to try to help if I can, though I'm still pretty new to ember. Looking into using this addon but need tagging support. Hoping @steffenbrem's PR is merged into master soon. |
|
@scottrblock, it was meant to merge into my own master for a project I'm working o, but I made a wrong PR. It's simply a slightly fixed up version of #92 with 2 differences:
|
|
@shunchu great, thanks! Has your fork been working well for tagging so far? |
|
Yup. We just built a feature using it. It works great. Here's how we're using it now:
|
|
Also, @steffenbrem, the original author who added the tagging support, added an example in the dummy app of the add-on. It's pretty self-explanatory once you looked at the dummy app's example. |
|
Thanks @steffenbrem |
Merged steffenbrem's tags feature.
cr: @scottt2