Bastiaan van den Berg
Bastiaan van den Berg
> Is there a reason not to merge this PR anyway? I mean, now the public API states that the passed array will not be mutated. You have a point...
At the moment it is not possibility to use such a solution, so this module is currently limited to only a few 100 elements. I am not sure if I...
Thanks for your contribution! I very much like the `autoClose` option, although I would rather use the same name as select2, `closeOnSelect`, which in my opinion is a more accurate...
Which IE version is that? Could you also please explain in more detail the observed and expected behavior? Do you mean changing the focus by pressing the Tab key? What...
I am not sure if this a ng-select bug. This [stackoverflow answer](http://stackoverflow.com/questions/34364880/expression-has-changed-after-it-was-checked/34364881#34364881) explains a bit about this error, I hope that helps figuring out what's wrong.
@spredemann Just out of interest, did the following work for loading the options? ``` [options]="(formOptions | async)?.categories" ``` There is another issue (#120) reporting a problem with using `async`. For...
I am sorry, but I don't exactly understand what you are trying to achieve. You want `onClick` of "parent" not to be called when clicking `ng-select`? It would help if...
@naharyd The reason that I do not stop the propagation of the click event is that there might be other components as well with a `window.click` event listener. For example...
There is some post-processing done in the build process (see [build file](https://github.com/basvandenberg/ng-select/blob/master/gulpfile.js)). The HTML and CSS files are transformed to typescript files that are imported by `select.component.ts` and `select-dropdown.component.ts`. Importing...
Thanks for reporting @benelliott. I agree that this might not always be intuitive, but for now I stick to the current ordering, which is the same as that used by...