Skip to content

Commit 3f8e392

Browse files
committed
added docs for the labelHtmlClass
1 parent bfbcca9 commit 3f8e392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ General options most field types can handle:
628628
// and their items will inherit it.
629629
htmlClass: "street foobar", // CSS Class(es) to be added to the container div
630630
fieldHtmlClass: "street" // CSS Class(es) to be added to field input (or similar)
631+
labelHtmlClass: "street" // CSS Class(es) to be added to the label of the field (or similar)
631632
copyValueTo: ["address.street"], // Copy values to these schema keys.
632633
condition: "person.age < 18" // Show or hide field depending on an angular expression
633634
}

0 commit comments

Comments
 (0)