We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbcca9 commit 3f8e392Copy full SHA for 3f8e392
docs/index.md
@@ -628,6 +628,7 @@ General options most field types can handle:
628
// and their items will inherit it.
629
htmlClass: "street foobar", // CSS Class(es) to be added to the container div
630
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)
632
copyValueTo: ["address.street"], // Copy values to these schema keys.
633
condition: "person.age < 18" // Show or hide field depending on an angular expression
634
}
0 commit comments