ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 122 forks source link

Entering character in value changes the caret position #370

Open divya967 opened 5 years ago

divya967 commented 5 years ago

Example The value is 'Qualfier'. When I am clicking between characters 'l' and 'f' and enter character 'i' then caret position should be between 'i' and 'f' instead caret jumps at the end after character 'r'

divya967 commented 5 years ago

Example The value is 'Qualfier'. When I am clicking between characters 'l' and 'f' and enter character 'i' then caret position should be between 'i' and 'f' instead caret jumps at the end after character 'r'