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` - field is required, but was not filled
ValidationInfo {
valStatus: false,
valMessage: 'Please make a selection',
valType: 'required'
}
Gets the maximum length of the control.