Composite form
A container composed of a set of different inputs for data update or submission. The form supports multiple views.
Methods
Method | Description |
---|---|
| sets data for the component |
| resets the component to the initial value |
| selects a view by name |
| triggers component's validation |
| resets the validation |
| triggers submit event |
| enables/disables submit button |
Triggers
Triggers allow you to launch certain actions based on different events.
On Click | Calls for an action when a component is clicked |
On Init | Calls for an action on component initialization |
On Submit | Calls for an action on a submit event |
On Change | Calls for an action when the component's state is changed |
On Custom Button Click | Calls for an action when a custom button is clicked |
Last updated