Skip to content

Commit

Permalink
Show selected value on dropdowns on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
madis committed Dec 18, 2024
1 parent f63e9e2 commit 6674816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/ethlance/ui/component/select_input.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
[:div.main
{:title (or (label-fn current-selection) label)
:on-click #(swap! *open? not)}
[:span.label (or (label-fn current-selection) label)]
[:span.label.selected-value (or (label-fn @*current-default-selection) label)]
[c-icon {:class "icon"
:name (if @*open? :ic-arrow-up :ic-arrow-down)
:color icon-color
Expand Down

0 comments on commit 6674816

Please sign in to comment.