Stefan Fochler

Results 32 comments of Stefan Fochler

Can you please show me an example (or even a test case) where this change makes sense?

I am definitely considering this as an option that can be enabled via a `tagging=true` binding. I think, however, that this mode only makes sense when using the `optionValuePath` mode...

Hi @kcollignon, does this work with plain select2 (3.5.2) when using typeahead mode? If yes, then this is definitely a bug that should be addressed by this addon.

Yes, I would love to have ember-i18n support. However, before mentioning that in the docs/examples, there should be test cases that verify that the support does not break accidentally. I...

Since testing this functionality hasn't made it into 1.2, this is an issue again.

Hi, thanks for your appreciation and feedback! I am definitely in for making the component as customisable as possible, but I would like to keep an eye on the API...

This is an interesting approach I haven't thought of before, and thank you for taking part in this discussion! Wouldn't sending actions to the `selectedPizza(s)` object need it to subclass...

Allright, I didn't know about the viewName thing. In general, this approach seams totally reasonable. Two things, though: - Is the `viewName="selectPizzas"` thing public API? If not, we should not...

Update: I managed to get the desired behavior using the modifications to `CommandLineActor.swift` shown below. Of course, we shouldn't assume that English is everyone's development language, right? ![image](https://user-images.githubusercontent.com/768764/51344602-4c10d200-1a99-11e9-959f-a0549dd7b88b.png) What do...