Ion Template Modal is not closing on view change. I also noticed, two instances of the "ion-autocomplete-container" on the view change. I have only one "ion-autocomplete-container" on my view page, why not the first one is deleted on view change.
`
`
I am using manage-externally attribute to handle when the search modal is shown. Two instances of "ion-autocomplete-container" are creating issues with the below code.
var ionAutocompleteElement = document.getElementsByClassName("search");
Could you please help me in this regard?
<input ion-autocomplete type="text" readonly="readonly" class="ion-autocomplete search" autocomplete="off" />