mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00

committed by
Manu MA

parent
641113f161
commit
b1ee4b8e3a
@ -212,7 +212,7 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label stacked>Stacked</ion-label>
|
||||
<ion-label position="stacked">Stacked</ion-label>
|
||||
<ion-select>
|
||||
<ion-select-option>Default</ion-select-option>
|
||||
<ion-select-option>Other</ion-select-option>
|
||||
@ -221,7 +221,7 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label floating>Floating</ion-label>
|
||||
<ion-label position="floating">Floating</ion-label>
|
||||
<ion-select>
|
||||
<ion-select-option>Default</ion-select-option>
|
||||
<ion-select-option>Other</ion-select-option>
|
||||
@ -230,7 +230,7 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label floating>Floating</ion-label>
|
||||
<ion-label position="floating">Floating</ion-label>
|
||||
<ion-select>
|
||||
<ion-select-option selected="true">Default</ion-select-option>
|
||||
<ion-select-option>Other</ion-select-option>
|
||||
|
@ -95,7 +95,7 @@
|
||||
</form>
|
||||
|
||||
<ion-item>
|
||||
<ion-label floating>Floating label</ion-label>
|
||||
<ion-label position="floating">Floating label</ion-label>
|
||||
<ion-select multiple="true">
|
||||
<ion-select-option value="bacon">Bacon</ion-select-option>
|
||||
<ion-select-option value="olives">Black Olives</ion-select-option>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
<ion-content class="outer-content">
|
||||
<ion-item>
|
||||
<ion-label stacked>Gender</ion-label>
|
||||
<ion-label position="stacked">Gender</ion-label>
|
||||
<ion-select id="gender">
|
||||
<ion-select-option value="f">Female</ion-select-option>
|
||||
<ion-select-option value="m">Male</ion-select-option>
|
||||
@ -46,7 +46,7 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label floating>Operating System</ion-label>
|
||||
<ion-label position="floating">Operating System</ion-label>
|
||||
<ion-select id="os">
|
||||
<ion-select-option value="dos">DOS</ion-select-option>
|
||||
<ion-select-option value="lunix">Linux</ion-select-option>
|
||||
|
Reference in New Issue
Block a user