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.