Name | Type | Description | Notes |
---|---|---|---|
placeholder | String | Placeholder text for the field. Form message only. | [optional] |
minSize | Number | The minimum allowed length for the response for a field of type text. Form message only. | [optional] [default to 1] |
maxSize | Number | The maximum allowed length for the response for a field of type text. Form message only. | [optional] [default to 128] |
options | [Object] | Array of objects representing options for a field of type select. | [optional] |