Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is a description mistake At "Binding Overview"? #2

Open
Personuo opened this issue Oct 23, 2019 · 1 comment
Open

Is a description mistake At "Binding Overview"? #2

Personuo opened this issue Oct 23, 2019 · 1 comment

Comments

@Personuo
Copy link

var myReactiveProperty = new ReactiveProperty("hello");
var myInputField = GetComponent();
myInputField.BindTextTo(myReactiveProperty)
.AddTo(myReactiveProperty);

Is that the last myReactiveProperty fact myInputField?

@grofit
Copy link
Owner

grofit commented Oct 23, 2019

yep, when I am on the computer next I will look at fixing it, or by all means raise a PR fixing it.

Looking at source code for the BindTextTo stuff it should auto add the input, so you probably dont even need the last bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants