Change event in select problem

Hi
My ion-select is woring fine when it is normal without event. But when I add
(change)=“myFunction(10)” it is little bit bug.
When I click on select menu, in the popup when I click on radio, value is changing but in the view it is not showing selection radio.

When I again click on the select menu, it showing correct selected radio. But during click on any radio, it is not showing the changing selection.

What is the problem.

1 Like

Since you hardly ever provide code to reproduce the (many) problems you have, I will guess the problem. My best guess is that the problem is you. Like mentioned in other threads you made; The best thing is to provide code/ examples in order to get any decent help. But it might be best to hire a professional to make the app for you, as suggested many times before by other people.

1 Like