I am using ng-select
https://www.npmjs.com/package/@ng-select/ng-select
npm library in my angular project. it is working with large data without any problem.
But I am unable to edit the selected item and navigation keys are not working inside the input box once the item is selected.
For example I searched something12 first, then I had to choose something31. In this case I can't clear last two characters. To change the search thing, I have to clear whole text and retype again for new search.
Versions:
ng-select 2.16.4
angular 7.2.2