Skip to content

Releases: hoggatt/st-combobox

Support newer streamlit versions >= 1.37.0

02 Aug 16:59
ecebe50
Compare
Choose a tag to compare

Remove st.experimental_rerun() to support latest version which deprecates it in favor of st.rerun()

Full Changelog: v1.1.1...v1.2.0

Pull updates from streamlit-searchbox

17 Sep 22:19
Compare
Choose a tag to compare

allow setting default options now when initializing or resetting

fix bug to prevent infinite rerun loop on reset

15 Sep 15:25
Compare
Choose a tag to compare

when a default search is specified

add debug statements

15 Sep 15:07
Compare
Choose a tag to compare
v1.0.3

add print debugging for new feature

bump version

15 Sep 05:27
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2b

Fix bug where resetting the box causes an infinite loop

15 Sep 05:24
27d677e
Compare
Choose a tag to compare
Merge pull request #2 from hoggatt/main

prevent infinite rerun loop

Allow a reset function

13 Sep 23:34
Compare
Choose a tag to compare

Let the user specify a reset function that is triggered when the combobox is reset

Initial Release

13 Sep 21:40
Compare
Choose a tag to compare
v1.0.0

Update README.md

cleanup + add st.stop option

13 Sep 20:37
Compare
Choose a tag to compare
cleanup print statements, add one more option

try st.stop on search keystroke

fix reset behavior

13 Sep 20:25
Compare
Choose a tag to compare
v0.1.8

bug fix reset behavior