Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Nov 22, 2024
1 parent d605e83 commit 5833671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/docs/components/search_field.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def ui_search_field_on_change():
my_search_field_on_change = ui_search_field_on_change()
```

The `on_submit` property is triggered whenever the value in the search field is edited.
The `on_submit` property is triggered whenever the value in the search field is submitted.

```python
from deephaven import ui
Expand Down

0 comments on commit 5833671

Please sign in to comment.