Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 344 Bytes

File metadata and controls

13 lines (9 loc) · 344 Bytes

Blank

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.

Options

message

type: string default: This value should be blank.

Parameter Description
{{ value }} The current (invalid) value