About Anaconda Help Download Anaconda

main / packages / streamlit-keyup 0.2.0

Text input that renders on keyup

Installers

  • linux-64 v0.2.0
  • linux-aarch64 v0.2.0
  • osx-64 v0.2.0
  • osx-arm64 v0.2.0
  • win-64 v0.2.0
  • linux-ppc64le v0.2.0

conda install

To install this package run one of the following:
conda install main::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.0.6) Legal | Privacy Policy