Empty
Properties
Link copied to clipboard
Whether this is Input.Empty
Link copied to clipboard
Whether the actual string of this Input is blank
Link copied to clipboard
Whether this is Input.Invalid
Link copied to clipboard
Whether this is Input.Valid
Link copied to clipboard
Whether this Input is valid or empty
Functions
Link copied to clipboard
Applies an additional Rules.Equals to this input, then appends the result of the validation to other validation errors present, if any. Allows to create an Input that must always match some other one Don't forget to run the validation on both the dependent and the original inputs when any of them changes.
Link copied to clipboard
Returns Input.value if it is valid, otherwise an empty string
Link copied to clipboard
Returns Input.value if it is valid, otherwise null
Link copied to clipboard
Returns null if this Input is not valid, otherwise returns Input.value