Top "Angular-ngselect" questions

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

angular 2 ng-select how to set selected value by using template expression

angular 2 ng-select how to set selected value by using template. For example something like this, <ng-select [options]="[{label : "first", …

angular angular-ngselect
Unknown provider: uniqueFilterProvider using unique filter in Angular.js

I am new to AngularJS. I am trying to implement filtering to build a unique list of options for the …

javascript html angularjs angular-ui angular-ngselect
ng-select - Change height

I am using the ng-select library https://github.com/ng-select/ for Angular 5 at version 1.4.2. I want to customize it so …

angular angular-ngselect
AngularJS ng-repeat filter based on select option

I am new to AngularJS. I am trying to filter the data set shown based on the option selected with …

javascript html angularjs angularjs-ng-repeat angular-ngselect
Angular ng select required option

I cannot find out how to use the required option in ng-select. I have tried this: <ng-select #skills required […

angular angular-ngselect angular2-form-validation
How to implement multiple select dropdow with grouping in angular 2 application?

How can I implement multiple select drop down with grouping in my angular 2 application? I need the drop down like …

angular angular-ngselect
Changing css class properties based on condition (*ngIf in angular 2)

I want my css class to change based on condition. I'm trying to use this: <div *ngIf="dropDownBg==='Active'"&…

css angular angular-ngselect
How to search value in ngselect?

From Api, I get the countryName and code as like below eg:- countryName code ----------------------- India IND United States …

angular angular5 angular7 angular-ngselect
ng-select with form control required validation angular 7

I'm using ng-select for dropdown search but I'm unable to get validation if not selecting anything from dropdown. I return …

angular bootstrap-4 angular-ngselect
How to add "select all" functionality to ng-select in Angular 5

I found an examle which can do "select all": https://ng-select.github.io/ng-select#/multiselect-checkbox But, I get an error: …

angular multi-select angular-ngselect