Gets the maximum length of the control.
Sets the maximum length of the control.
Gets the control's required state.
required
Sets the control's required state
Checks control validity.
const validityResult = await ix.util.getUp("<GUID>").checkValidity(); // example of `validityResult` - no valid email address ValidationInfo { valStatus: false, valMessage: 'Invalid email format', valType: 'pattern' }
Returns the value of the field.
Sets a value for the control.
Gets the maximum length of the control.