You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: