Ghislain B.

Results 465 comments of Ghislain B.

Right, I didn't think about that possibility and so the problem is that there's no `collectionChanged` in the Custom Element. Possibly adding this piece of code would help ```javascript collectionChanged(newCollection,...

Thanks for the emulation, but it might be missing a use case. I'm not sure what would happen if some (but not all) selections would not be part of the...

So I passed over half a day on this and it's halfway working. It works with a simple collection but as soon as the collection has things like subtext, content...

Unless you find an alternative, I have no clue how to deal with this problem since it's mainly a problem with the 3rd party plugin itself. PR are welcome, else...

Thanks to @Mobe91 A partial fix to collection was pushed on [version 1.1.2](https://www.npmjs.com/package/aurelia-bootstrap-select). This is only partial, it works on simple collection (yay) but still doesn't work when we start...

Yeah I'm in the same boat as to what time I have available. I also have an Angular 4+ library for a datagrid and I'm planning on adding `ngx-translate` but...

Yeah I was thinking that if you output only the translation key with `getErrorKey('username')` that might be enough. You could provide external JSON file as optional, user could use whatever...

That could be an idea or you could return everything inside an object. So maybe instead of `getErrorKey('username')`, you could use `getErrorObject('username')` that would return an object with the `key`...

Side note which might help pushing this, [Vue 3 is now default](https://blog.vuejs.org/posts/vue-3-as-the-new-default.html) aka Vue 3 is now released has of Feb 7 🚀