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