streamlit-keyup icon indicating copy to clipboard operation
streamlit-keyup copied to clipboard

Issue with component iframe height

Open costika1234 opened this issue 11 months ago • 1 comments

The input field is way too tall in this current implementation as per the attached screenshot below:

Screenshot 2024-03-10 at 11 31 03

It looks like Streamlit.setFrameHeight(73) doesn't actually set the iframe height correctly. Adding

window.addEventListener("load", () => {
    window.setTimeout(function() {
        Streamlit.setFrameHeight(73)
    }, 0)
})

seems to help, but the component is still very tall most of the times...

Any other ideas?

costika1234 avatar Mar 10 '24 09:03 costika1234

Any leads on this issue? @blackary @msabramo

msaaduet98 avatar Jun 21 '24 23:06 msaaduet98