Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed May 9, 2024
1 parent 56562ab commit ef501cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/ui/src/deephaven/ui/components/combo_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def combo_box(
*children: Item | SectionElement | Table | PartitionedTable | ItemTableSource,
menu_trigger: MenuTriggerAction | None = "input",
is_quiet: bool | None = None,
align: Align | None = 'end',
direction: Direction | None = 'bottom',
align: Align | None = "end",
direction: Direction | None = "bottom",
loading_state: LoadingState | None = None,
should_flip: bool = True,
menu_width: DimensionValue | None = None,
Expand All @@ -63,7 +63,7 @@ def combo_box(
is_disabled: bool | None = None,
is_read_only: bool | None = None,
is_required: bool | None = None,
validation_behavior: ValidationBehavior = 'aria',
validation_behavior: ValidationBehavior = "aria",
auto_focus: bool | None = None,
label: Element | None = None,
description: Element | None = None,
Expand Down

0 comments on commit ef501cc

Please sign in to comment.