Test Select Bug for Ionic 4
The bug looks like triggered by the fact that the value for ion-select are dynamically fetched from a json file
All test done in chrome (same issue on iphone) with iphone mode in dev mode.
We can see here that the application does not show the default value
We can see here that the value is displayed on top of the label. Just press OK button (do not select a new value)
After clicking only OK we can see that the default value is now shown wrongly
When selecting a new value, the display looks correct