Syd

Results 8 comments of Syd

@toke182 so is this compliant with angular 2 forms validation? I'm sorry, I didn't quite understand

@toke182 is there an example of an implementation somewhere I could take a look at maybe?

What do you do exactly in the `doSomething();` to close the dropdowns that are not the one you clicked on?

I just implemented the following solution, by changing the file: `ng2-select/select/select.js`: ``` SelectComponent.prototype.ngOnInit = function () { //custom code to fix the issue of multiple ng2-selects being opened at the...

I would still appreciate an official fix though as this is definitely not the intended behavior

This looks like a duplicate of https://github.com/valor-software/ng2-select/issues/680

Thank you for your response, I tried to do some more troubleshooting but to no avail. Below is my systemjs.config.js: ``` /** * System configuration for Angular 2 samples *...

I am assuming there is some sort of transpiling that needs to occur for theses special .js files. Is there somewhere I need to set that up or configure that...