mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix Select reactives table layout
The escaped | wasn't being rendered correctly as it was inside back-ticks.
This commit is contained in:
@@ -66,10 +66,10 @@ The following example presents a `Select` with a number of options.
|
|||||||
## Reactive attributes
|
## Reactive attributes
|
||||||
|
|
||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| ---------- | -------------------- | ------- | ----------------------------------- |
|
|------------|------------------------|---------|-------------------------------------|
|
||||||
| `expanded` | `bool` | `False` | True to expand the options overlay. |
|
| `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
|
## Bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user