Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.rendering.semantic-ui.components


sui-format->user-formatclj/s

(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.
sourceraw docstring

ui-wrapped-dropdownclj/s

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
sourceraw docstring

user-format->sui-formatclj/s

(user-format->sui-format {:keys [multiple]} value)
source

wrapped-onChangeclj/s

(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.
sourceraw docstring

WrappedDropdownclj/s

source

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

× close