Whether the element when checkbox or radio is checked.
The default checked value when reset is called if applicable.
Same as defaultChecked but some libs override defaultChecked.
The default value used when reset is called.
Same as defaultValue but some libs override defaultValue.
Enables the blur event value/model update handler (default: true);
Enables the change event value/model update handler (default: false);
Whether or not native validation should be enabled, overrides main options.
The initialized checked value if any.
The initialized value if any.
When element should be a max of this value man="5".
When element string to be a max of this length.
When element should be a min of this value min="5".
When element string to be a min of this length.
True when element is a select tagged with multiple="true"
The name of the element.
The HTMLOptionsCollection present when element is a select/multiple.
The alternate model path for getting/setting field value.
When element should match this pattern.
Re initializes the element defaults.
True when element is required.
Resets the element to the default value.
The type of the element type="text".
Unbinds events for the element.
Unbinds and unregisters element from Komo.
Updates the form element's state and data model value triggering all states such as touched, dirty as needed. Validation is triggered unless set to false or no validationSchema is present.
Validates the element when validationSchema has been provided.
Whether element should validate on blur, overrides main options.
Whether element should validate on change overrides main options.
The value of the element value="some_value".
Inidicates this is a vanity property that is either virtual, nested or complex that does NOT directly bind to the top level props of the model.
Indicates is not bound to element.
Generated using TypeDoc
The initialized registered element interface.