(optgroup & 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]].
(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]].
(select & args)
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.
(select-string & args)
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close