Liking cljdoc? Tell your friends :D

reacl-c-basics.forms


checkboxcljs

(checkbox & args__8713__auto__)
source

formcljs

(form attrs & content)
source

input-intcljs

(input-int & args__8713__auto__)
source

input-numbercljs

(input-number & args__8713__auto__)
source

input-stringcljs

(input-string & args__8713__auto__)
source

local-formcljs

(local-form & args__8713__auto__)
source

optgroupcljs

(optgroup attrs & args)

Like dom/optgroup, but can only be used for select or select-string.

Like dom/optgroup, but can only be used for [[select]] or [[select-string]].
sourceraw docstring

optioncljs

(option attrs & args)

Like dom/option, but can only be used for select or select-string.

Like dom/option, but can only be used for [[select]] or [[select-string]].
sourceraw docstring

radiocljs

(radio & args__8713__auto__)
source

reset-buttoncljs

(reset-button & args__8713__auto__)
source

selectcljs

(select attrs & options)

Like dom/select, but with the selected value as the state of the returned item, and if option and optgroup are used, then this works with (almost) arbitrary clojure values as selectalbe values. See select-string if the values are only strings.

Like dom/select, but with the selected value as the state of the
returned item, and if [[option]] and [[optgroup]] are used, then
this works with (almost) arbitrary clojure values as selectalbe
values. See [[select-string]] if the values are only strings.
sourceraw docstring

select-stringcljs

(select-string attrs & options)

Like [[dom/select]], but the selected (string) value is the state of the returned item.

Like [[dom/select]], but the selected (string) value is the state
of the returned item.
sourceraw docstring

submit-buttoncljs

(submit-button & args__8713__auto__)
source

textareacljs

(textarea & args__8713__auto__)
source

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

× close