Skip to content

Commit

Permalink
force kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wrzr committed Sep 15, 2024
1 parent eac2965 commit 9a5ecdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlit_searchbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def st_searchbox(
placeholder: str = "Search ...",
label: str | None = None,
default: Any = None,
*,
default_use_searchterm: bool = False,
default_options: List[Any] | None = None,
clear_on_submit: bool = False,
Expand Down

0 comments on commit 9a5ecdd

Please sign in to comment.