Stefan Fochler

Results 32 comments of Stefan Fochler

I finally pulled myself together and put a deprecation notice onto this repo. Without being able to support this addon within the scope of my work, there is no way...

@clairton done! Thanks in advance for your efforts

You are right, this is where the `value` binding comes into play. We divide into two cases: #### 1. You want to retrieve the selected objects in full No further...

Ok, I can see why this is causing confusion. The `#initSelection` method is used to find the full objects to a bunch of given (potentially selected) values when using `optionValuePath`,...

Thanks for your efforts, I realize there are difficulties using this addon in a fastboot environment but haven't tried to do so myself since I haven't used an ember app...

I can see that this is a problem. The component itself tries to destroy the select2 component in the `willDestroyElement` callback. I will gladly merge a fix if you can...

Thanks for letting me know! We probably won't make the jump to 4.0 until the next release. because I have very little time maintaining this project. But this will be...

Thanks for the work you put into this! I like how you aim for a high code quality and test coverage, it is great. I added some comments to the...

Actually, I'm not sure about naming this option `create`, because the behaviour is what most people would understand as tagging (and also select2 iteself calls it tagging). What do you...

I checked out your branch and fixed the example code indentation (general indentation for the examples.hbs is still a mess, though). How can I incorporate my changes to the PR?...