streamlit-keyup
Text input that renders on keyup
Text input that renders on keyup
To install this package, run one of the following:
If you're collecting text input from your users in your streamlit app, st.text_input works well -- as long as you're happy with waiting to get the response when they're finished typing.
But, what if you want to get the input out, and do something with it every time they type a new key (AKA "on keyup")?
Summary
Text input that renders on keyup
Last Updated
Oct 1, 2025 at 18:27
License
MIT
Total Downloads
877
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/blackary/streamlit-keyup