bug: ion-label does not render when binding innerHTML directly
Author: bohndickiiCreated Sep 7, 2026Updated Sep 7, 2026
Labelstriage
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v9.x, v8.x
Current Behavior
When binding innerHTML directly to ion-label it does not get rendered.
Expected Behavior
When binding innerHTML directly to ion-label it should be rendered.
Steps to Reproduce
<ion-label [innerHTML]="labelText">
Code Reproduction URL
Ionic Info
However, wrapping the same content inside a native element works correctly:
Additional Information
No response
Source: ionic-team/ionic-framework