MarcSkovMadsen / awesome-streamlit

The purpose of this project is to share knowledge on how awesome Streamlit is and can be
https://awesome-streamlit.org
Creative Commons Attribution Share Alike 4.0 International
2.07k stars 357 forks source link

Multiselect not working when navigating between pages #7

Open MarcSkovMadsen opened 5 years ago

MarcSkovMadsen commented 5 years ago

When I navigate away from a page like the resources page or the gallery the multiselect does not work as expected.

To reproduce this

  1. Open https://awesome-streamlit.org/
  2. Navigate to the Gallery image
  3. Select Author Ines image
  4. Navigate to Home image
  5. Navigate to the Gallery

image

  1. Verify in the Image above the "Marc Skov Madsen" is selected as Author but everything is refers to the SpacyIO application of Ines.
MarcSkovMadsen commented 5 years ago

Another replication example is this

  1. Open https://awesome-streamlit.org/ and navigate to Resources

image

  1. Select the tag Social

image

  1. Navigate to Home

image

  1. Navigate back to Resources

image

  1. Confirm that only the 4 rosources tagged as "Social" (and more) are shown but Social is not selected.

image

MarcSkovMadsen commented 5 years ago

I've posted a minimum example to Streamlit here https://github.com/streamlit/streamlit/issues/389

The issue discussion will be tracked there.

Stigjb commented 4 years ago

I cannot replicate this, and the issue in streamlit/streamlit#389 was closed with version 0.48. I think this issue might be fixed?

jai-dewani commented 4 years ago

Since this issue seems to be a streamlit version problem and has been fixed, shouldn't this issue be closed?