Liking cljdoc? Tell your friends :D

ez-wire.form.helpers


add-external-errorcljs

(add-external-error form field-name id message valid?)
source

cleanup-form!cljs

(cleanup-form! form)
source

re-render?cljs

(re-render? form)

Does the form need to be re-rendered (e.g., a wizard?)

Does the form need to be re-rendered (e.g., a wizard?)
sourceraw docstring

remove-external-errorcljs

(remove-external-error form field-name id)
source

reset-form!cljs

(reset-form! form)
(reset-form! form data)

Reset the form to initial state

Reset the form to initial state
sourceraw docstring

valid?cljs

(valid? v)

Helper function for checking validity of the sub ::on-valid. Accepts a form, subscription or value

Helper function for checking validity of the sub ::on-valid. Accepts a form, subscription or value
sourceraw docstring

wizard?cljs

(wizard? form)

Is the form a wizard?

Is the form a wizard?
sourceraw docstring

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

× close