We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 036ac05 + 4200a98 commit f1e9765Copy full SHA for f1e9765
src/textual/reactive.py
@@ -405,6 +405,7 @@ class reactive(Reactive[ReactiveType]):
405
repaint: Perform a repaint on change.
406
init: Call watchers on initialize (post mount).
407
always_update: Call watchers even when the new value equals the old value.
408
+ recompose: Compose the widget again when the attribute changes.
409
bindings: Refresh bindings when the reactive changes.
410
"""
411
0 commit comments