Questions tagged [angular-ngselect]

Use this tag for the select component native to Angular that accepts multi-select and auto-complete options.

Select component native to Angular that accepts multi-select and auto-complete options

Repository: Github

369 questions
0
votes
1 answer

Angular 2 - ng-select - get datas from a JSON file

I istalled the ng-select component that allow me to display an autocompleter in an editable select. I tried to get the options of this select by a JSON but this doesn't work for me! This work - component: prodFilterDescr: Array = [ …
Jamil89
  • 165
  • 3
  • 14
0
votes
1 answer

AngularJS and option change text

I have a select lists with currencies. Its made like this: I need to find a way so that the option text changes…
user727507
  • 275
  • 1
  • 2
  • 11
-1
votes
0 answers

Angular 14 - programmatically select items with ng-select in a modal

I have a modal showing a form with with ng-select that should use for both adding new element to a list, but also to edit existing elements. The selected items are pushed to an array in the element In adding, everything works well, but in edit I do…
Liran_T
  • 69
  • 7
-1
votes
1 answer

Dropdown (select option) not getting data - Angular 11

Here is my model.ts export interface IUserEducationalBackground { id: number; user_id: number; studies_type: string; year: number; course: string; } I have a dropdown like this.
Kael
  • 161
  • 2
  • 13
-1
votes
1 answer

Ngselect removed selected values when using multiple true and fetchmore values from database

I am populating Ngselect dropdown with 20 values coming while open the dropdown. and on scroll it fetches 20 more values (pagination). Its working fine, but if I select few values from first(page) list, then scroll, and then select values form…
Atif Hussain
  • 19
  • 1
  • 5
-1
votes
1 answer

angular 8 reactive form with custom ng-select not touched programmatically

I have a custom angular reactive form with ng-select in it with other components. While validating the form I added the below code private validateCustForm() { this.validation.touchFormControls(this.appointmentForm); if…
Arun
  • 3,640
  • 7
  • 44
  • 87
-1
votes
2 answers

How to get addressibility to individual Angular components?

Environment: Angular 7 using the ng-select component. Scenario: A *ngFor which creates a list of ng-select components as follows:
JWP
  • 6,672
  • 3
  • 50
  • 74
-1
votes
1 answer

ng-select Angular 2+ change model view

I'm using the ng-select component for my angular 5 app. ng-select component I want to change the view component. In multiple select, I want to print the number of components rather than listing the ones selected.
Siddhant Sorann
  • 313
  • 3
  • 15
-2
votes
2 answers

I don't know why its showing these errors

I developed the auto-fill form, based on ng-select data it automatically fills the data. But the only issue I am facing is when I am trying to delete the selected data it's throwing me a Cannot read property 'pincode' of null error. Please find and…
1 2 3
24
25