Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
ion-select not showing initial value
Post Body

I am upgrading my V3 app to V4 and struggling to get my ion-select to show the pre-selected value. Always worked in V3

Any ideas?

<ion-select placeholder="Dialing code" title="Dialing code" \[(ngModel)\]="user.mobilePrefix" \[compareWith\]="compareDialingCode" submitText="Select" cancelText="Cancel">
<ion-select-option \[value\]="d.data().prefix" *\*ngFor*="let d of dialingCodes">{{d.data().name}} {{d.data().prefix}}</ion-select-option>
</ion-select>

compareDialingCode(o1, o2) {
console.log(o1, o2)
return o1 === o2;
}

Author
Account Strength
90%
Account Age
7 years
Verified Email
Yes
Verified Flair
No
Total Karma
691
Link Karma
293
Comment Karma
398
Profile updated: 1 day ago
Posts updated: 2 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
5 years ago