Liking cljdoc? Tell your friends :D

re-com.dropdown


filter-choices-by-keywordcljs

(filter-choices-by-keyword choices keyword value)

Filter a list of choices extra data within the choices vector

Filter a list of choices extra data within the choices vector
sourceraw docstring

make-choice-itemcljs

(make-choice-item id-fn render-fn callback internal-model opt)
source

show-selected-itemcljs

(show-selected-item node)
source

single-dropdowncljs

(single-dropdown &
                 {:keys [choices model regex-filter? debounce-delay]
                  :or {debounce-delay 250}
                  :as args})

Render a single dropdown component which emulates the bootstrap-choosen style. Sample choices object: [{:id "AU" :label "Australia" :group "Group 1"} {:id "US" :label "United States" :group "Group 1"} {:id "GB" :label "United Kingdom" :group "Group 1"} {:id "AF" :label "Afghanistan" :group "Group 2"}]

Render a single dropdown component which emulates the bootstrap-choosen style. Sample choices object:
[{:id "AU" :label "Australia"      :group "Group 1"}
 {:id "US" :label "United States"  :group "Group 1"}
 {:id "GB" :label "United Kingdom" :group "Group 1"}
 {:id "AF" :label "Afghanistan"    :group "Group 2"}]
sourceraw docstring

single-dropdown-args-desccljs

source

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

× close