MDFastBinding
MDFastBinding copied to clipboard
Widget properties that are affected by a binding cannot be updated in the details panel
Whenever a binding is set up such that its destination will affect a widget property, that property will become greyed out and unmodifiable in the Designer Mode details panel.
Steps to reproduce:
- Create a widget with a
RichTextBlock
- Create a binding with a
Read a Property
node for theRichTextBlock
- Connect its output to a
Call a Function
destination node, and set its function toSet Text
- Return to Designer Mode, and select the
RichTextBlock
in the widget hierarchy - Observe that in the details panel, the property
Text
is unmodifiable
This causes UX issues while trying to update the widget with 'default' data and visualize how it looks at design time. This issue occurs regardless of whether design time bindings are enabled.
I'm not sure there's a way around this since that's built-in behavior
This is something that would need to be handled as an engine change: