mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #2636 from davep/select-reactive-table-fix
This commit is contained in:
@@ -67,9 +67,9 @@ The following example presents a `Select` with a number of options.
|
||||
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
| ---------- | -------------------- | ------- | ----------------------------------- |
|
||||
|------------|------------------------|---------|-------------------------------------|
|
||||
| `expanded` | `bool` | `False` | True to expand the options overlay. |
|
||||
| `value` | `SelectType \| None` | `None` | Current value of the Select. |
|
||||
| `value` | `SelectType` \| `None` | `None` | Current value of the Select. |
|
||||
|
||||
|
||||
## Bindings
|
||||
|
||||
Reference in New Issue
Block a user