Skip to main content

A Dash wrapper for <select> component

Project description

Description

dash_select is a simple wrapper over <select> component that can be used in Dash. Under the hood handles onChange event and returns a selected value (or list of them if used in multiple mode)

Installation

This module can only be installed from pip

pip install dash-select

API


Select(
    id: str
    options: List[str]
    value: str | List[str]
    class_name: str
    size: int
    disabled: bool
    multiple: bool
    style: dict
)

Usage

See usage.py for a code example

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

dash_select-1.0.1.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

dash_select-1.0.1-py3-none-any.whl (7.8 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