Hi, I read the ion-select-options via ngFor from an array. I would like to replace the options on the fly when I click on one of the inital options. In the onchange event I empty the corresponding array and replace it with the other options and that works. But when I click one of the options the ion-select closes as well. I want it to stay open. I tried all 3 interface options for that. That didn’t change anything.
I assume I have to override an animation function or something like that?
Has anyone ever done something like that?
Kind regards
4 posts - 2 participants