Sets the maximum length of the control.
Gets the control's required
state.
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'
}
Gets the maximum length of the control.