SmartFormFieldMetadata
SmartFormFieldMetadata:
object
Used for
Type declaration
Name | Type | Description |
---|---|---|
helpText | string | Adds a description under the form field. |
label | string | Adds a label to the form field. |
placeholder | string | Sets a placeholder value for the form field. |
secret | boolean | Sets the form input to password , masking the input. |
See
SmartForm to define metadata for form fields.