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 d35dca8 commit bba3446Copy full SHA for bba3446
docs/index.md
@@ -315,8 +315,10 @@ General options most field types can handle:
315
feedback: false, // Inline feedback icons
316
placeholder: "Input...", // placeholder on inputs and textarea
317
ngModelOptions: { ... }, // Passed along to ng-model-options
318
- readonly: true // Same effect as readOnly in schema. Put on a fieldset or array
+ readonly: true, // Same effect as readOnly in schema. Put on a fieldset or array
319
// 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)
322
}
323
```
324
0 commit comments