Liking cljdoc? Tell your friends :D

re-frame-forms.validation


FieldValidatorcljsprotocol

Validate field

Validate field

validate-fieldcljs

(validate-field this value)

Return vector of errors for the field. Empty vector if valie

Return vector of errors for the field. Empty vector if valie
sourceraw docstring

form-validatorcljs

(form-validator f)
source

FormValidatorcljsprotocol

Validate form

Validate form

validate-formcljs

(validate-form this value)

Return instance of ValidationResult.

Return instance of ValidationResult.
sourceraw docstring

MapValidationResultcljs

source

validation-resultcljs

(validation-result result)
source

ValidationResultcljsprotocol

Holder for validation result

Holder for validation result

field-errorscljs

(field-errors this path)

Get errors for the field on path

Get errors for the field on path

valid?cljs

(valid? this)

Is this form valid?

Is this form valid?
sourceraw docstring

ValidResultcljs

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close