Liking cljdoc? Tell your friends :D

re-val.events

API / data container / validator for a form. This says nothing, or indeed knows nothing of the UI. This is an API for the UI to listen to and talk to.

API / data container / validator for a form. This says nothing, or indeed knows nothing of the UI.
This is an API for the UI to listen to and talk to.
raw docstring

empty-validation-storecljs

(empty-validation-store fields)
source

lookup-validatorscljs

(lookup-validators fields k)
source

mysql-fmtcljs

(mysql-fmt s)
source

update-validation-storecljs

(update-validation-store {:keys [new-fields invalid-fields valid-fields]
                          :as validation-store}
                         validators
                         k
                         v
                         db)

Updates the validation store

Updates the validation store
sourceraw docstring

valid-form?cljs

(valid-form? fields data validation db)
source

validate-all-fieldscljs

(validate-all-fields validation-store fields data db)

returns new validation store where everything is validated

returns new validation store where everything is validated
sourceraw docstring

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

× close