Skip to main content

Datalist element for Streamlit

Project description

Streamlit Datalist

This component brings datalists to Streamlit. Contrary to regular selectboxes, where the user is contrained to the options in the dropdown list, datalists can receive values that weren't available.

To install this component, run the following command:

    pip install streamlit-datalist

Importing and using the package can be done as follows:

    from streamlit_datalist import stDatalist

    my_selection = stDatalist("This datalist is...", ["great", "cool", "neat"])




The component takes a label (str) and a list of options, as well as a key.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit_datalist-0.0.1.tar.gz (498.1 kB view hashes)

Uploaded Source

Built Distribution

streamlit_datalist-0.0.1-py3-none-any.whl (505.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page