As shown in the stackblitz, I'm facing issue in closing the Autocomplete controls except first Autocomplete control(City) on Page Scroll when there are multiple Autocomplete Controls as shown in the stackblitz sample.
Steps to reproduce:
Click on first - City Autocomplete control and let it stay expanded.
Try to do page level scroll and then the City Autocomplete control collapses.
Now Click on Second - State/Country Autocomplete control and let it stay expanded.
Try to do page level scroll and see the State/Country Autocomplete control doesn't collapse.
Expected Behavior: State/Country Autocomplete control should collapse similar to City Autocomplete control on Page scroll.
Actual Behavior: State/Country Autocomplete control doesn't collapse on Page scroll.