Top "Angular-ngselect" questions

Angular 5+ ng-select - Lightweight all in one UI Select, Multiselect and Autocomplete

disable angular ng-select window

We are using ng-select in a project and I'm facing the problem that I can't disable the ng-select window. Is …

angular angular-ngselect
How to set default values in ng-select in angular6?

I am using angular6 multi-select which have a list of items coming in an array of objects from angular service …

angular typescript angular6 multi-select angular-ngselect
How to clear ng-select selection

Is it possible to programmatically clear the selection of an ng-select dropdown? I'm wanting the equivalent behaviour of clicking the …

angular angular-ngselect
angular ng-select and add event

I'm using ng-select and on selected item fire the callback which does some logic. I face the problem, that (add) …

angular angular-ngselect
Angular 5 ng-select

I am using ng-select component from https://github.com/ng-select/ng-select . However the content of the dropdown is in some …

angular angular-ngselect
Angular 5 ng-select how to add two values to 'bindLabel'?

I want to have ng-select with two values in property bindLabel. I have something like this: <ng-select placeholder="{{'TASKS.…

angular angular-ngselect
How to make ng-select remove-and-read-only

In my Angular application, I have an instance of the ng-select widget: If you click on it, by default you …

css angular angular-ngselect
how to properly bind loaded data to @ng-select, angular5

Working with angular 5 and @ng-select I found some issues binding to previously selected data(in edit forms an such as) …

angular data-binding angular5 angular-ngselect
set selected value in angular5 ng-select programmaticaly

I'm using angular5 ng-select component: https://github.com/ng-select/ng-select and try to set the selected value (programatically) when the …

angular5 selecteditem selectedvalue angular-ngselect
ng-select multi select checkbox with reactive forms in angular 6

Please go through the link(https://ng-select.github.io/ng-select#/multiselect-checkbox) to know ng-select multi select checkbox. I am trying …

angular6 angular-reactive-forms angular-ngselect