-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
Description
Bug Report
Ionic version:
[x] 4.4.0
Current behavior:
Label with position float disappears when get focused to ion-input
Expected behavior:
should not disappear as previous versions
Steps to reproduce:
-
Create a project using ionic v4.4.0
-
Create an ion-item with
<ion-item>
<ion-label position="floating">
<div class="lstn-subtitle1">
{{ 'LBL_FULL_NAME' | translate}}
</div>
</ion-label>
<ion-input clearInput formControlName="fullname">
</ion-input>
</ion-item>
Ionic info:
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:\Users\sheri\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.4.0
@angular-devkit/build-angular : 0.12.4
@angular-devkit/schematics : 7.3.6
@angular/cli : 7.3.8
@ionic/angular-toolkit : 1.4.1
Cordova:
cordova (Cordova CLI) : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 11 other plugins)
System:
NodeJS : v10.15.3 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10
Reactions are currently unavailable