I have an edge case that I’m a bit puzzled about.
If I first select something from ion-select
, translation works on everything at this point, from the ng-for
's to the label.
However, upon a language change, the selectedText for the item I selected doesn’t get translated. Everything else is translated, including label. Only upon opening up the selection again, by clicking it, does the selectedText update in the background.
Does anyone know how to force update that selectedText when you change language?