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
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
@ionic/core : 4.0.0-beta.15-0
Microsoft Edge 44.17763.1.0
Microsoft EdgeHTML 18.17763
Describe the Bug
An
<ion-label>
placed inside an<ion-item>
is not visible on Edge.In Chrome and IE11 it is shown correctly.
Removing the 'item' class from the
<ion-item>
makes the label visible again.Placing an
<ion-label>
inside a<div class="item">
has the same result.Side-by-side image of Chrome, Edge, IE11:
Related Code
Expected Behavior
The
<ion-label>
should display the same in Edge as it does on the other browsers.The text was updated successfully, but these errors were encountered: