Skip to content

Commit 8a15b92

Browse files
author
sshulga
committed
Fixes regarding UITextField rx_text autocorrection bug #333
1 parent d377f61 commit 8a15b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxCocoa/iOS/UIControl+Rx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extension UIControl {
7676

7777
observer.on(.Next(getter()))
7878

79-
let controlTarget = ControlTarget(control: control, controlEvents: [.EditingChanged, .ValueChanged]) { control in
79+
let controlTarget = ControlTarget(control: control, controlEvents: [.AllEditingEvents, .ValueChanged]) { control in
8080
observer.on(.Next(getter()))
8181
}
8282

0 commit comments

Comments
 (0)