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

Binding not working when there are two editors #11

Open
fcogutierrez opened this issue May 23, 2017 · 1 comment
Open

Binding not working when there are two editors #11

fcogutierrez opened this issue May 23, 2017 · 1 comment

Comments

@fcogutierrez
Copy link

fcogutierrez commented May 23, 2017

I have these two editors on my layout:
https://s8.postimg.org/g4l4cdm5x/Untitled.png

But when I try to set the value from my ViewModel, it's not working and the text is not printed in UI. I set the value with this line:
self.value('This is my description...');

And it doesn't work, doesn't appear the text...
However, when I use only one editor, the value is printed in the editor...

Any idea?

@cmbankester
Copy link
Contributor

Could you give me a code sample? Are you trying to bind the same observable to multiple editors, or is it two separate observables?

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