File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
44
5+ ## 2.21.5 (2024-06-10)
6+
7+ #### Fixed
8+
9+ - ` tree-select ` - Fixed non-responsive behavior when passing ` :model ` as value, (not a reagent/atom).
10+
11+
512## 2.21.4 (2024-05-14)
613
714#### Fixed
Original file line number Diff line number Diff line change 320320 choices)
321321 initial-expanded-groups)))
322322 (fn tree-select-render
323- [& {:keys [choices group-label-fn disabled? groups-first? min-width max-width min-height max-height on-change choice-disabled-fn label-fn parts class style attr] :as args}]
323+ [& {:keys [model choices group-label-fn disabled? groups-first? min-width max-width min-height max-height on-change choice-disabled-fn label-fn parts class style attr] :as args}]
324324 (or
325325 (validate-args-macro tree-select-args-desc args)
326326 (let [choices (deref-or-value choices)
You can’t perform that action at this time.
0 commit comments