Validates that a value is blank - meaning equal to an empty string or null.
To force that a value strictly be equal to null
, see the IsNull constraint.
type: string
default: This value should be blank.
Parameter | Description |
---|---|
{{ value }} | The current (invalid) value |