Singular attribute to attributes

If there's multiple...
This commit is contained in:
Dave Pearson
2022-10-15 18:18:29 +01:00
parent 306580ec93
commit c159b434b5

View File

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