Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoggatt authored Aug 2, 2024
1 parent 8ff56e0 commit b0ae2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st_combobox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _process_search(
and searchterm == blank_search_value
and prev_size == 0
):
st.experimental_rerun()
st.rerun()

# if not reruning, can also call for stopping on update
if stop_on_update:
Expand Down

0 comments on commit b0ae2aa

Please sign in to comment.