(sui-format->user-format {:keys [multiple]} value)
Converts transit encoded value(s), used by Semantic UI, into CLJS datastructure.
Converts transit encoded value(s), used by Semantic UI, into CLJS datastructure.
Draw a SUI dropdown with the given props. The arguments are identical to sui/ui-dropdown, but options and onChange are auto-wrapped so that clojure data (e.g. keywords) can be used for the option :value fields. It also defaults a number of things (:search, :closeOnBlue, openOnFocus, selectOnBlue, and :selectOnNavigation) to true, but you can
Draw a SUI dropdown with the given props. The arguments are identical to sui/ui-dropdown, but options and onChange are auto-wrapped so that clojure data (e.g. keywords) can be used for the option :value fields. It also defaults a number of things (:search, :closeOnBlue, openOnFocus, selectOnBlue, and :selectOnNavigation) to true, but you can
(wrapped-onChange props userOnChange)
Wraps userOnChange fn with try/catch and sui-form->user-format conversion.
Wraps userOnChange fn with try/catch and sui-form->user-format conversion.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close