R3
R3 copied to clipboard
Bidirectional Binding Between TMP_InputField and BindableReactiveProperty
Hi
Currently, achieving two-way binding between BindableReactiveProperty
Subscribing to TMP_InputField.onValueChanged to update the property.
Subscribing to the property to update TMP_InputField.text.
This is verbose and error-prone (e.g., requires checks to avoid infinite loops). A built-in solution would streamline UI integration.
Is there a better way to achive this ?