mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Singular attribute to attributes
If there's multiple...
This commit is contained in:
@@ -69,7 +69,7 @@ The first superpower we will look at is "smart refresh". When you modify a react
|
|||||||
|
|
||||||
!!! information
|
!!! information
|
||||||
|
|
||||||
If you modify multiple reactive attribute, Textual will only do a single refresh to minimize updates.
|
If you modify multiple reactive attributes, Textual will only do a single refresh to minimize updates.
|
||||||
|
|
||||||
Let's look at an example which illustrates this. In the following app, the value of an input is used to update a "Hello, World!" type greeting.
|
Let's look at an example which illustrates this. In the following app, the value of an input is used to update a "Hello, World!" type greeting.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user