diff --git a/sepal_ui/sepalwidgets/inputs.py b/sepal_ui/sepalwidgets/inputs.py index 2cbe64c7..f4d3d80c 100644 --- a/sepal_ui/sepalwidgets/inputs.py +++ b/sepal_ui/sepalwidgets/inputs.py @@ -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.