jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

send editingChanged action when editing #99

Closed herre closed 6 years ago

herre commented 6 years ago

In order to be able to bind the text value of the AnimatedTextInput (eg when using RxSwift), the .editingChanged control event needs to be sent when the text is changed.