Skip to content

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

Description

@HarisA92

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions