From d5a3ce29d2347897b9dc90f2a49eb7b7a25b99ed Mon Sep 17 00:00:00 2001 From: Luke Hoggatt <37279082+hoggatt@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:56:24 -0500 Subject: [PATCH] remove experimental_ from st.rerun() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf44374..1a1bc85 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ key: str = "combobox" ```
-If true, will call `st.experimental_rerun()` on each search keystroke. If this is set to its default (False), the auto-complete results will always be one keystroke behind. +If true, will call `st.rerun()` on each search keystroke. If this is set to its default (False), the auto-complete results will always be one keystroke behind. ```python rerun_on_update: bool = False ```