Skip to content

Commit

Permalink
missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Oct 18, 2024
1 parent 0e87971 commit 6cb3586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ui/src/deephaven/ui/components/number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def number_field(
decrement_aria_label: The aria label for the decrement stepper button. If not provided, the default is "Decrement"
increment_aria_label: The aria label for the increment stepper button. If not provided, the default is "Increment"
is_wheel_disabled: Whether the input should change with scroll
format_options: Options for formatting the displayed value, which also restricts input characters.
is_disabled: Whether the input should be disabled
is_read_only: Whether the input scan be selected but not changed by the user
is_required: Whether the input is required before form submission
Expand Down

0 comments on commit 6cb3586

Please sign in to comment.