Placeholder text for ionic select

I am using a ionic select component, struggling to find how I can set placeholder text for select component. Below is the code

   <ion-select [(ngModel)]="status">
      <ion-option [value]="s.id" *ngFor="let s of statuses">{{s.name}}</ion-option>
    </ion-select>

Looking at the source code it seems that it’s not supported but IMHO it sounds like a good idea so you could open an issue about it or even submit a PR if you want.

Thank you for the reply

It’s implemented now :wink: