Skip to content

Commit bba3446

Browse files
committed
Docs for htmlClass and fieldHtmlClass
1 parent d35dca8 commit bba3446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,10 @@ General options most field types can handle:
315315
feedback: false, // Inline feedback icons
316316
placeholder: "Input...", // placeholder on inputs and textarea
317317
ngModelOptions: { ... }, // Passed along to ng-model-options
318-
readonly: true // Same effect as readOnly in schema. Put on a fieldset or array
318+
readonly: true, // Same effect as readOnly in schema. Put on a fieldset or array
319319
// and their items will inherit it.
320+
htmlClass: "street foobar", // CSS Class(es) to be added to the container div
321+
fieldHtmlClass: "street" // CSS Class(es) to be added to field input (or similar)
320322
}
321323
```
322324

0 commit comments

Comments
 (0)