Skip to content

Commit

Permalink
fix: enable dense option for SelectMultiple (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkayabilisim authored Dec 20, 2024
1 parent afd874d commit 925be8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/components/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def Page():
items=all_values,
label=label,
multiple=True,
dense=False,
dense=dense,
disabled=disabled,
class_=class_,
style_=style_flat,
Expand Down

0 comments on commit 925be8e

Please sign in to comment.