Select is not properly updating

I have a view that helps the user to choose a career by selecting first a field (like, arts, science, etc.) and then the actual career (Computer Science, Aeronautics, etc.)

image

I’m using Parse Backend and it works like a charm, I can get a list of careers based on the first selected field.

The problem is when I try to update the second select to choose a career.
The data is properly binded, and the select is populated. but Ionic doesn’t update the select until you tap someplace else ( like the ion-nav-bar )

Is the team aware of this issue? Please let me know if I have to elaborate further or if I should add some code.

Thanks in advance.

1 Like