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
3
votes
5 answers

Angular ng-select : selectedItems.map is not a function

When I'm using ng-select in reactive form angular I get this error: ERROR TypeError: selectedItems.map is not a function I have 3 select the first two work very well but in this third one I get the error ! to map item i'm using the function (the…
hamwac5
  • 99
  • 1
  • 2
  • 14
3
votes
1 answer

What is the alternative of [clearable] in ng-select

I do not want to use the [clearable] in ng-select for leakage of my space. Instead of [clearable] I want to use only [clearOnBackspace] but when I write [clearable] = "false" and [clearOnBackspace] = "true" it does not work. enter code here …
Sabbir
  • 327
  • 5
  • 14
3
votes
2 answers

How to remove the blinking cursor after selecting an option from dropdown in by ng-select in Angular?

i am using ng-select in Angular 5 for dropdown. After selecting an option the blinking cursor should be vanished or it's position should be at the end of the text. But after selecting any option from dropdown the blinking cursor goes at the start…
Jishan
  • 169
  • 1
  • 6
  • 18
3
votes
1 answer

ng-select inside ngx-datatable dropdown is not visible

(I reproduced my issue here: https://plnkr.co/QvEWjhJhbsghy1OD) The drop down list of options is not displayed "over' the row, it seems cut by the cell's height, making it pretty useless. A regular