I am using Lightning-record-edit-form in that one of the fields is of type rich text and I have to change the label type. for that, I am using variant="label-hidden but not able to hide the label. tried to do it with css also but that is also not working. for all other input fields, I was able to customize the label except for the rich text field. Any help is appreciated.
Thank you
2 answers
I had already tried the given method but it didn't work. I also noticed when I inspect the element there is span tag containing the default name of the field. the variant="label-hidden" is not working for this particular field only the field type is rich text.