ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

autocomplete suggest view not displaying correct value #1271

Closed aldoabazi closed 4 years ago

aldoabazi commented 4 years ago

I am working on a project with nativescript-angular. I use autocomplete in my home component.When i route away from home component, i use back() function to return so home component is cached(because i have a map in home component and don't want to zoom every time i access this component). In Home the autocomplete i use is to redirect map to preferred city.After some time of navigation between components, when i try to type in autocomplete i get icorrect names of city compered with what i type, but the id of the first city i was suggested is the same of the one i started to type

tsonevn commented 4 years ago

Hi @aldoabazi, Can you send us a sample app, where the issue can be reproduced?