About Anaconda Help Download Anaconda

Text input that renders on keyup

Installers

  • linux-64 v0.2.0

conda install

To install this package run one of the following:
conda install anacondaproserve::streamlit-keyup

Description

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")?


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy