Liking cljdoc? Tell your friends :D

re-frame-forms.core


clear-error!cljs

(clear-error! field)

Clear field error

Clear field error
sourceraw docstring

errorscljs

(errors field)

Get reaction for current field/form errors

Get reaction for current field/form errors
sourceraw docstring

handle-checked-valuecljs

(handle-checked-value field)
source

handle-str-valuecljs

(handle-str-value field)
(handle-str-value field retain-str?)
source

handle-valid-formcljs

(handle-valid-form form callback)
source

make-fieldcljs

(make-field form path)
(make-field form path type)
(make-field form path type validator)
source

make-formcljs

(make-form value)
(make-form value validator)
source

mark-error!cljs

(mark-error! this error)
source

mark-ok!cljs

(mark-ok! this)
source

original-valuecljs

(original-value form-or-field)

Get original value of the form/field

Get original value of the form/field
sourceraw docstring

reset-value!cljs

(reset-value! form-or-field)

Reset form/field to the original value, clear errors

Reset form/field to the original value, clear errors
sourceraw docstring

set-error!cljs

(set-error! field error)

Set 1 error for the field. Error can be cleared by calling clear-error!

Set 1 error for the field. Error can be cleared by calling clear-error!
sourceraw docstring

set-str-value!cljs

(set-str-value! field value)
(set-str-value! field value retain-str?)

Set current value by converting val from string

Set current value by converting val from string
sourceraw docstring

set-value!cljs

(set-value! form-or-field value)

Set current value

Set current value
sourceraw docstring

start-validation!cljs

(start-validation! this)
source

str-valuecljs

(str-value field)

Get reaction for current value converted to string

Get reaction for current value converted to string
sourceraw docstring

touch!cljs

(touch! form-or-field)

Touch the field/form

Touch the field/form
sourceraw docstring

touched?cljs

(touched? form-or-field)

Get reaction with current touch status

Get reaction with current touch status
sourceraw docstring

valid?cljs

(valid? form-or-field)

Get reaction for current validation status of the form/field

Get reaction for current validation status of the form/field
sourceraw docstring

validation-in-progress?cljs

(validation-in-progress? this)
source

valuecljs

(value form-or-field)
(value form-or-field default)

Get reaction for current value

Get reaction for current value
sourceraw docstring

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

× close