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

Streamlit text input that returns value on keyup

Results 13 streamlit-keyup issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)

https://github.com/blackary/streamlit-keyup/pull/38 + sets up GitHub Actions to run the Robot tests.

After submitting GH-37 as a potential fix for GH-35, I wondered if there was a way to add FE tests that would detect that sort of issue. I found that...

The input field is way too tall in this current implementation as per the attached screenshot below: It looks like `Streamlit.setFrameHeight(73)` doesn't actually set the iframe height correctly. Adding ```...

Would it be possible to add "options" parameters, to provide suggestions as user's typing, in a similar fashion as Streamlit's selectbox (https://docs.streamlit.io/library/api-reference/widgets/st.selectbox) or Streamlit DataList (https://github.com/RobertoFN/streamlit-datalist)?

Hi @blackary , You did an awesome job with this library! I am working on a project where I'd like to have two text areas synchronized (with, obviously, one transformation...

changed it such that it allows any input type to be set.

It would be nice to use this function in streamlit columns as well, currently its not a supported statement and if its not too difficult it would be really cool.

I am enjoying the component so far. However, on occasion, instead of displaying text in the textbox as it should, it instead shows an empty textbox, and on top of...