Object to configure the behavior of the validation message.
Object to configure the behavior of the validation message.
(message input-box-validation-message)
The validation message to display.
Returns: string
The validation message to display. **Returns:** `string`
(severity input-box-validation-message)
The severity of the validation message.
NOTE: When using InputBoxValidationSeverity.Error
, the user will not be allowed to accept (hit ENTER) the input.
Info
and Warning
will still allow the InputBox to accept the input.
Returns: InputBoxValidationSeverity
The severity of the validation message. NOTE: When using `InputBoxValidationSeverity.Error`, the user will not be allowed to accept (hit ENTER) the input. `Info` and `Warning` will still allow the InputBox to accept the input. **Returns:** `InputBoxValidationSeverity`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close