I am having a problem using streamlit-datalist. It usually works fine, but sometimes it has a strange behavior: It just isn’t show in the browser. Investigating the issue, I realized it creates an iframe html with height=0. When I go to developer tools in the browser and manually change the iframe’s height, the element shows fine in the page
I cannot create a reproducible example, because I can not detect what is causing this. The component is not under st.component, st.columns or st.tabs or nothing similar.
Any idea or suggestion on why it may be happening? Or any way I can force the iframe element to have an height more than zero?