html IF_04_11_Select_Binding_HTML
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IF_04_11_Select_Binding_HTML相关的知识,希望对你有一定的参考价值。
<ion-content padding>
<ion-list>
<ion-list-header>Select a Single Option</ion-list-header>
<ion-item>
<ion-label>Gender</ion-label>
<ion-select placeholder="Select One" [(ngModel)]="gender">
<ion-select-option value="f">Female</ion-select-option>
<ion-select-option value="m">Male</ion-select-option>
</ion-select>
</ion-item>
</ion-list>
<ion-button expand="block" fill="solid" (click)="showConsoleLogs()">Show Console Logs</ion-button>
</ion-content>
以上是关于html IF_04_11_Select_Binding_HTML的主要内容,如果未能解决你的问题,请参考以下文章
html IF_04_19_Actionsheet_HTML
html IF_04_17_AlertController_HTML
html IF_04_15_ToastController_HTML
html IF_04_13_LoadingController_HTML
html IF_05_04_Office_GoBack_HTML
html IF_04_03_Radio_Binding_HTML