(css-rules theme)
(cursor data on-change path)
(cursor data on-change path opts)
(input {:keys [type options value on-change validator on-error show-error]
:as opts
:or {validator (fn* [] (identity true))
show-error (fn* [] (str "Invalid value."))
on-error (fn* [] (identity true))}})
(text opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close