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

Control Event not triggered when setting data inside viewModel to textField #702

Open
HarisA92 opened this issue Mar 3, 2021 · 0 comments

Comments

@HarisA92
Copy link

HarisA92 commented Mar 3, 2021

I used bidirectionalBind to connect textfield.reactive.text with defined property inside vm. When I get data from presented VC via delegate inside vm, setting the textfieldText.value = "text" does not trigger any control event in viewController. Even if I observe textField.reactive.text.observeNext... it's not working. Any help please how to notify textChange? I can pass via delegate from vc to vm textField.sendActions(.editingChanged) when value is assigned but though might be better solution inside ReactiveKit/Bond. Thank you. @srdanrasic

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

1 participant