-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
Description
What is needed:
- Add
default void bindText(Signal<String> textSignal)toHasTextthat delegates togetElement().bindText(textSignal). - Same contract as for bind text in Element.
- Do not change
Element: it already hasbindTextincluding lifecycle handling viaTextBindingFeatureandElementEffect.bind. - Rely on existing guards so
setTextthrows during an active binding (enforced atElement). - Keep memory overhead zero for components without bindings (no new fields; only a default delegating method).
- Binary/source compatible for all existing
HasTextimplementors.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🟢Ready to Go
Status
Next for Dev. Team