0

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 term -option should show according to search input -on select option search term should get remove and set the form control with updated value on tab change.

so i m trying but not getting why some case search term accepting but some case not.

here is the issue i m facing related to searchTerm on dropdown

-input replacing stackblitz

-searchTerm not showing stackblitz

-using ng-select refrence by viewChildren QueryList search Term updated but automatically get assigning null(trying but not able to reproduce for providing example)

Any help is very appriciated.

Thanks.

cj devin
  • 1,045
  • 3
  • 13
  • 48
  • You are openning but and just enter searchterm but not firing the search so whatever u pres it just only open and get default 5 values. – mr. pc_coder May 25 '20 at 19:29
  • but don't know why #ngselectRef this.ngSelectComp.open() or this.ngSelectComp.isOpen=true not working – cj devin May 26 '20 at 05:26

0 Answers0