franekp / streamlit-permalink

MIT License
39 stars 2 forks source link

Date range is not supported #7

Open denisov-vlad opened 9 months ago

denisov-vlad commented 9 months ago

Hi there.

I have a problem with date_input in date range mode. It doesn't work when I try to change the defaults.

How to reproduce:

  1. Create a date_input with defaults:
    dates = stp.date_input(
    "dates",
    value=(date_start, date_end),
    url_key="dates",
    )
  2. Try to change the dates in the application