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

:MouseEvent.target.select() is not working when fire element.nativeElement.click()

I am not understanding why with mouseclick event ng-select dropdown input text is getting selected but while doing this.elementRef.nativeElement.click() not getting selected input text.() 1.working one
cj devin
  • 1,045
  • 3
  • 13
  • 48
0
votes
1 answer

ngModel not updated in ng-select component

I have ng-select component in my code and it initializes as below in HTML.
Prasad
  • 125
  • 2
  • 3
  • 13
0
votes
0 answers

:Programmatically updated searchTerm using ViewChild/Children refrence, searchTerm getting replace or not display

I have requirement to provide input to ng-select dropdown using virtual keyboard and i want to achieve same like working with system keyboard. for example -on first key virtual keyboard input programmatically open dropdown. -show the search…
cj devin
  • 1,045
  • 3
  • 13
  • 48
0
votes
1 answer

ng-select with better rendering on mobile device

I use the ng-select angular library https://github.com/ng-select/ng-select with angular7. Is it possible to open the native list on mobile device as a real select tag ? For example :