Skip to content

Commit

Permalink
feat: make on search input event defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Nov 15, 2024
1 parent b25e21a commit 396d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepal_ui/sepalwidgets/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def __init__(
folder: Union[str, Path] = "",
types: List[str] = ["IMAGE", "TABLE"],
default_asset: Union[str, List[str]] = [],
on_search_input: bool = False,
on_search_input: bool = True,
**kwargs,
) -> None:
"""Custom widget input to select an asset inside the asset folder of the user.
Expand Down

0 comments on commit 396d4ba

Please sign in to comment.