File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77- ` dropdown ` : ` :offset-x ` and ` :offset-y ` (number) props.
88
9+ #### Changed
10+
11+ - ` dropdown ` : made ` :style ` & ` :attr ` props apply only to the wrapper part, not the anchor-wrapper.
12+ - ` tree-select-dropdown ` : made ` :style ` & ` :attr ` props apply only to the wrapper part, not the dropdown-anchor-wrapper.
913
1014## 2.24.1 (2025-02-19)
1115
Original file line number Diff line number Diff line change 444444 [gap :size " 5px" ]
445445 (part ::indicator {:props part-props
446446 :impl re-com.dropdown/indicator})]}
447- :post-props {:style (merge (:style args)
448- (select-keys args [:width :min-width :max-width ])
447+ :post-props {:style (merge (select-keys args [:width :min-width :max-width ])
449448 (when anchor-height {:height anchor-height})
450- (when anchor-width {:width anchor-width}))
451- :attr (:attr args)}})
449+ (when anchor-width {:width anchor-width}))}})
452450 (when (= :open (:openable state))
453451 [body-wrapper
454452 {:anchor-ref anchor-ref
You can’t perform that action at this time.
0 commit comments