Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Jul 12, 2024
1 parent fdf96d3 commit 38e5067
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/ui/src/deephaven/ui/components/picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from .._internal.utils import create_props, unpack_item_table_source
from ..types import Key
from .types import (
# Layout
AlignSelf,
CSSProperties,
DimensionValue,
Expand Down Expand Up @@ -53,13 +52,10 @@ def picker(
name: str | None = None,
is_open: bool | None = None,
default_open: bool | None = None,
# items
# disabled_keys
is_disabled: bool | None = None,
is_required: bool | None = None,
is_invalid: bool | None = None,
validation_behavior: ValidationBehavior | None = None,
# validate # omitted because it has synchronous return
description: Element | None = None,
error_message: Element | None = None,
label: Element | None = None,
Expand All @@ -75,7 +71,6 @@ def picker(
on_focus_change: Callable[[bool], None] | None = None,
on_key_down: KeyboardEventCallable | None = None,
on_key_up: KeyboardEventCallable | None = None,
# on_load_more # omitted because it has synchronous return
flex: LayoutFlex | None = None,
flex_grow: float | None = None,
flex_shrink: float | None = None,
Expand Down

0 comments on commit 38e5067

Please sign in to comment.