No matter where I try to add a div (at the root of the app or in any nested components), when the ion-select is on the screen, no matter where I click on the page, it always invokes the click of the ion-select (opens the option diagram), even even if I click on another ion-select component (it always opens only one of them) (or any button or even on an empty part of the page).
It shuts down the functionality of everything on screen.
I even tried using the ion-select examples from the documentation
I started a new app using ionic start (chose the default tabs page) and added an ion-select to one of the base pages, I only added code to the html, and it still happens