Validation¶
Validation Properties¶
| Property | Type | Required |
|---|---|---|
| Message | string |
No |
| SeparatorVisible | boolean |
No |
| Styles | object |
No |
| Visible | boolean |
No |
Message¶
The validation message.
- type:
string
SeparatorVisible¶
The visibility of the separator. Only supported in iOS and WebClient.
- type:
boolean
Styles¶
Styles for validation view.
- type:
objectwith following properties.
| Property | Type | Required | Default |
|---|---|---|---|
| Message | string | No | |
| ValidationView | string | No |
Message¶
The string value is a style class name of validation message.
- ValidationMessage style class
ValidationView¶
The string value is a style class name of validation background and separator color.
- ValidationView style class
Visible¶
The visibility of the validation view.
- type:
boolean