Ben Elliott

Results 40 comments of Ben Elliott

Thanks for the workaround 👍 This is still a bug in Safari 14 (iOS + OS X)

@vogloblinsky I think the functionality of being able to define your own logical groupings has become a lot more important since Angular introduced tree-shakeable providers. Now that I have stopped...

You don't need to use `*ngFor` to manage the dropdown options yourself as the options are passed as an input to the main `ng-select` component.

It would be great if this could be added as an option to the `Convert` method, even if it is technically in violation of the spec, as I think the...

Hi @alan-agius4 , I was wondering if you have any tips for updating a library to Angular 13 that needs `allowSyntheticDefaultImports: true` in its tsconfig? It's blocking us from updating...