mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docs/blog/posts/release0-12-0.md
Co-authored-by: Dave Pearson <davep@davep.org>
This commit is contained in:
@@ -88,7 +88,7 @@ Without the batch update there are a few frames where the old markdown blocks ar
|
|||||||
|
|
||||||
## Disabled widgets
|
## Disabled widgets
|
||||||
|
|
||||||
A few widgets (such as [Button](./../../widgets/button.md) had a `disabled` attribute which would fade the widget a little and make it unselectable. We've extended this to all widgets. Although it is particularly applicable to input controls, anything may be disabled. Disabling a container makes it children disabled, so you could use this for disabling a form, for example.
|
A few widgets (such as [Button](./../../widgets/button.md) had a `disabled` attribute which would fade the widget a little and make it unselectable. We've extended this to all widgets. Although it is particularly applicable to input controls, anything may be disabled. Disabling a container makes its children disabled, so you could use this for disabling a form, for example.
|
||||||
|
|
||||||
## Preventing messages
|
## Preventing messages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user