`UITextView.rx_text` observe programmatic text changes. · Issue #551 · ReactiveX/RxSwift

I found a my unintended behavior in this case. let subscription = textField.rx_text.subscribeNext { print($0) } textField.text = "It is never observed in subscription😔" By the way, UITextView.rx_te...