Liking cljdoc? Tell your friends :D

re-com.multi-select


filter-itemscljs

(filter-items group-fn label-fn filter-text)

Filter a list of items based on a filter string using plain string searches (case insensitive). Less powerful than regex's but no confusion with reserved characters

Filter a list of items based on a filter string using plain string searches (case insensitive). Less powerful
than regex's but no confusion with reserved characters
sourceraw docstring

filter-items-regexcljs

(filter-items-regex group-fn label-fn filter-text)

Filter a list of items based on a filter string using regex's (case insensitive). More powerful but can cause confusion for users entering reserved characters such as [ ] * + . ( ) etc.

Filter a list of items based on a filter string using regex's (case insensitive). More powerful but can cause
confusion for users entering reserved characters such as [ ] * + . ( ) etc.
sourceraw docstring

filter-text-boxcljs

(filter-text-box *filter-text placeholder *warning-message disabled? parts)

Base function (before lifecycle metadata) to render a filter text box

Base function (before lifecycle metadata) to render a filter text box
sourceraw docstring

group-heading-itemcljs

(group-heading-item)

Render a group heading and set up appropriate mouse events

Render a group heading and set up appropriate mouse events
sourceraw docstring

items-with-group-headingscljs

(items-with-group-headings items group-fn id-fn)

Split a list of maps by a group key then return both the group

Split a list of maps by a group key then return both the group
sourceraw docstring

list-boxcljs

(list-box &
          {:keys [items id-fn label-fn group-fn disabled? *current-item-id
                  group-heading-selected? click-callback double-click-callback
                  filter-choices-text src]})

Render a list box which can be a single list or a grouped list

Render a list box which can be a single list or a grouped list
sourceraw docstring

list-itemcljs

(list-item)

Render a list item and set up appropriate mouse events

Render a list item and set up appropriate mouse events
sourceraw docstring

multi-selectcljs

(multi-select & {:keys [model sort-fn src] :or {sort-fn identity} :as args})

Render a multi-select 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 multi-select 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

multi-select-args-desccljs

source

multi-select-partscljs

source

multi-select-parts-desccljs

source

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

× close