Custom Field will start to validate after users stop typing for deferredValidationTime
milliseconds.
Default value is 200.
The method is used to get the validation error message and determine whether the input value is valid or not.
When it returns string:
If invalid, it returns the error message string and the text field will show a red border and show an error message below the text field.
When it returns Promise
Generated using TypeDoc
Public properties of the PropertyFieldSliderRange custom field