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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dash_select-1.0.1.tar.gz.
File metadata
- Download URL: dash_select-1.0.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d922ca3119ec0860d5cc44b27b4485d05ce194e346f8a4e73efec355198a400
|
|
| MD5 |
85f4580a3c0ef44a3b5e72330de70468
|
|
| BLAKE2b-256 |
645648d0407d1128b4da03b4a5e814e9d83a6dbc0fa16330dc58b44415f80e4d
|
File details
Details for the file dash_select-1.0.1-py3-none-any.whl.
File metadata
- Download URL: dash_select-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78900ddb60298c8c9ba254c88f609785a52ad773e8f5d3904e96f400ffe4338b
|
|
| MD5 |
8739bb865e890f2d90c0e0a613cda380
|
|
| BLAKE2b-256 |
8129fe5a5dcfd87cd0f6d32cbb1c4ab84e4ab3965ff32272e717be1f46e5345b
|