Select to view content in your preferred language

Apply style to Editor's field element description

301
0
12-13-2023 11:00 AM
LefterisKoumis
Frequent Contributor

Does anyone know of how to apply styles (font color or font weight) to the description of a form element in the editor widget. For example show the text "A description" in red color and bold? Everything I see in the documentation for expressions is about the $feature. Tried html tags.

LefterisKoumis_0-1702493821538.png

 

 

{
	type: "field",
	fieldName: "primaryea",
	label: "A field",      
	description:"A description",
	input: {      
		type: "text-box",
		maxLength: 20
	}
}

 

 

 

0 Kudos
0 Replies