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 2
2
3
3
> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
4
4
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
+
5
12
## 2.21.4 (2024-05-14)
6
13
7
14
#### Fixed
Original file line number Diff line number Diff line change 320
320
choices)
321
321
initial-expanded-groups)))
322
322
(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}]
324
324
(or
325
325
(validate-args-macro tree-select-args-desc args)
326
326
(let [choices (deref-or-value choices)
You can’t perform that action at this time.
0 commit comments