We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35afe8a commit c08502fCopy full SHA for c08502f
1 file changed
Source/AppKit/NSTextField.swift
@@ -11,7 +11,7 @@ import ReactiveCocoa
11
import AppKit
12
13
extension NSTextField {
14
- /// only changes from UI will be produced here
+ /// Sends the field's string value whenever it changes.
15
public var rex_textSignal: SignalProducer<String, NoError> {
16
return NSNotificationCenter.defaultCenter()
17
.rac_notifications(NSControlTextDidChangeNotification, object: self)
0 commit comments