Ion-select triggers page cycle events

I have a form with an ion-select field, when I click to present the select popup the ionViewWillEnter is trigger and when dismissed the ionViewWIllLeave is triggered. I dont think thats the expected behaviour, or am I wrong

Your click might be propagating to another active item under the button. Can’t say anything definite without code, but that would be the first thing I would check.