Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 390 Bytes

NotBlank.md

File metadata and controls

14 lines (10 loc) · 390 Bytes

NotBlank

Validates that a value is blank - meaning equal to an empty string or null.

To force that a value strictly be not equal to null, see the NotNull constraint.

Options

message

type: string default: This value should not be blank.

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