Fix Select reactives table layout

The escaped | wasn't being rendered correctly as it was inside back-ticks.
This commit is contained in:
Dave Pearson
2023-05-24 10:31:34 +01:00
parent 7d0d1ac5c8
commit 7d635915fa

View File

@@ -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