Skip to content

TFormControlUpdateObject object

Properties

Properties.value (optional)

TFormControlValue - form control value.

Properties.initialValue (optional)

TFormControlValue - form control initial value.

Properties.disabled

boolean

Properties.required

boolean

Properties.readonly

boolean

Properties.hidden

boolean

Properties.validator (optional)

YupSchema | - user can use yup schema builder for control validator, or custom javascript method.

Properties.errors (optional)

string | string[] - validation errors.