Hello, How can I have floating label with some style applied like this:
<label>Name <span class="k-required">*</span></label>
In this example, https://stackblitz.com/edit/angular-q2kehs?file=app/app.component.ts, how can I transform the label to use floating label?
Thanks
Hello Svetlin, It seems my requirement was not clear enought. I do not want to format the label conditionally, I just want to have the same floating label in red(*) and other part of the floating label in black. I attach an image of what I need.
Thanks for your help