diff --git a/src/re_com/dropdown.cljs b/src/re_com/dropdown.cljs index d5e1eb5e..ed729a21 100644 --- a/src/re_com/dropdown.cljs +++ b/src/re_com/dropdown.cljs @@ -528,9 +528,11 @@ (label-fn (item-for-id @internal-model choices :id-fn id-fn)) placeholder)] [:a.chosen-single.chosen-default - {:style {:display "flex" - :justify-content :space-between - :width "100%"} + {:style (merge {:display "flex" + :justify-content :space-between + :width "100%"} + (when disabled? + {:background-color "#EEE"})) :tab-index (or tab-index 0) :on-click (handler-fn (if @ignore-click