Nothing’s really wrong. That’s how <ion-select>
works. If you bind a model to it with [(ngModel)]
, then the value of the backing model property determines the current (and initial) selection. The selected
property is ignored. It only is effective when there is no backing model.
1 Like