Composite form
Last updated
Last updated
© 2024 UI Bakery
setValue(data: object)
sets data for the component
resetValue()
resets the component to the initial value
selectView(name: string)
selects a view by name
validate()
triggers component's validation
resetValidation()
resets the validation
submit()
triggers submit event
setSubmitButtonDisabled(disabled: boolean)
enables/disables submit button
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