You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.0.4 (~/.nvm/versions/node/v10.8.0/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.2
@angular-devkit/core : 0.7.3
@angular-devkit/schematics : 0.7.3
@angular/cli : 6.1.3
@ionic/ng-toolkit : 1.0.6
@ionic/schematics-angular : 1.0.4
Cordova:
cordova (Cordova CLI) : 6.3.1
Cordova Platforms : not available
System:
ios-deploy : 1.9.2
NodeJS : v10.8.0 (~/.nvm/versions/node/v10.8.0/bin/node)
npm : 6.2.0
OS : macOS High Sierra
Xcode : Xcode 9.4.1 Build version 9F2000
Environment:
ANDROID_HOME : not set
Describe the Bug
When using an ion-select in an ion-item, setting an ion-label's position to floating or stacked will cause the components to display incorrectly. Fixed ion-labels work fine. Screenshot below:
Steps to Reproduce
Steps to reproduce the behavior:
Add any ion-item to an ion-list
Add ion-select
Add ion-label with the position attribute set to stacked or floating
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
When using an
ion-select
in anion-item
, setting anion-label
'sposition
tofloating
orstacked
will cause the components to display incorrectly. Fixedion-label
s work fine. Screenshot below:Steps to Reproduce
Steps to reproduce the behavior:
ion-item
to anion-list
ion-select
ion-label
with theposition
attribute set tostacked
orfloating
Related Code
Example code used for screenshot
Expected Behavior
ion-select
should display more closely to howion-inputs
display when using a stacked or floatingion-label
in anion-item
.The text was updated successfully, but these errors were encountered: