TangleSpace / hydralit_components

A package of custom components for Streamlit and Hydralit. Can be used directly or in combination with the Hydralit package.
Apache License 2.0
185 stars 21 forks source link

Modal pop-up not working #25

Closed Rafael-Silva-Oliveira closed 3 months ago

Rafael-Silva-Oliveira commented 1 year ago

I was trying to deploy an app with the examples provided for the modal pop-up, but when I click the button, nothing shows up.

In the hydralit-components repo it mentions this:

"NOTE: You need to force reload (browser refresh) the entire page after the experiemntal features have been enabled (you will see a notification in the terminal) to ensure the additions have been loaded into the web page."

How can I force reload the browser? And is this even the issue or the modal doesn't work on apps that have been deployed? Thanks!

Streamlit version 3.10.0 Python version 3.9.7 Latest version of hydralit as of this post

jgomeher83 commented 5 months ago

Could you solve the issue?