You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getPlacePredictions functions shows a list of search results. When a user click on one of them I update locationText to reflect the user choice.
But then ionChange fires again, showing again the list of search results.
Expected behavior:
The ionChange event should only fire when the value is changed from the input component, NOT when it's changed externally.
Thank you
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue has been labeled as holiday triage. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed.
In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic version:
[x] 5.x
Current behavior:
I'm using Ionic-VUE
The getPlacePredictions functions shows a list of search results. When a user click on one of them I update locationText to reflect the user choice.
But then ionChange fires again, showing again the list of search results.
Expected behavior:
The ionChange event should only fire when the value is changed from the input component, NOT when it's changed externally.
Thank you
The text was updated successfully, but these errors were encountered: