-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: core@ionic/core package@ionic/core packagetype: feature requesta new feature, enhancement, or improvementa new feature, enhancement, or improvement
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
Inline html template for label on ion-input
Describe the Use Case
with [email protected] I'm able to add some html and styles the label text like code below
<ion-item>
<ion-label [position]="'stacked'">SomeField<small><i>Optional</i></small></ion-label>
<ion-input></ion-input>
</ion-item>
but now with [email protected] the <ion-lable>
component is discouraged and the [label]
property of ion-input
seems accepts strings only
so is there a workaround to get this done like before?
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
DavidStrausz, muuvmuuv, daniromome and br0ll
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: feature requesta new feature, enhancement, or improvementa new feature, enhancement, or improvement