-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rex_text or UITextField is not called when it is cleared #129
Comments
Resolving #125 should cover this as well, right? |
dmcrodrigues
added a commit
to dmcrodrigues/Rex
that referenced
this issue
Jul 2, 2016
RuiAAPeres
pushed a commit
that referenced
this issue
Jul 5, 2016
This should be fixed with #133. |
Not sure that it is fixed, UITextField still returns not optional text, filtering nil values |
dmcrodrigues
added a commit
to dmcrodrigues/Rex
that referenced
this issue
Jul 6, 2016
…be of optional type
You're correct. I included this change in #119. |
dmcrodrigues
added a commit
to dmcrodrigues/Rex
that referenced
this issue
Jul 6, 2016
…be of optional type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rex_text filters nil values, so it does not send any value when text is erased in UITextField
The text was updated successfully, but these errors were encountered: