Skip to content

Commit

Permalink
remove experimental_ from st.rerun()
Browse files Browse the repository at this point in the history
  • Loading branch information
hoggatt authored Aug 2, 2024
1 parent b61f67b commit d5a3ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ key: str = "combobox"
```
<br/>

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
```
Expand Down

0 comments on commit d5a3ce2

Please sign in to comment.