Open xkollar opened 2 weeks ago
Thanks for the information!
I won't have time to debug this any time soon :/ Although, if you find a fix I'd be happy to merge it and upload to PyPI.
That is understandable.
There is a chance that it is related to underlying component and how it handles default value, if I'll have anything I'll get back 🙏
@franekp Not sure if to put it under this issue, but streamlit supports date_input
also in time range mode (when it returns tuple (start_date, end_date)
), but when I tried to use it with streamlit permalink it did not work.
With
st.date_input(...)
: Withstp.date_input(...)
:As a workaround I tell users to clear it from URL (or I saw them just to some super early date).