venmo / VENTokenField

Easy-to-use token field that is used in the Venmo app.
MIT License
794 stars 195 forks source link

didEnterText when textfield didEndEditing #47

Closed ghost closed 9 years ago

ghost commented 9 years ago

I think this would be very useful when the user changes the focus to another textfield/textview or simply does another action

ayanonagon commented 9 years ago

Thank you for the pull-request, @enricsa. This changes outward behavior, in that it no longer allows a user to tap out of the token field without the last entered text automatically tokenizing. Although this is useful to some, but the original behavior is more flexible, which I am inclined to keep. Thanks again for the pull-request, let me know what you think. :octocat:

ghost commented 9 years ago

Hi @ayanonagon,

Although i understand that this functionality is more specific than others i thought it could be useful to most cases. I will try to separate at maximum these changes to avoid conflicts with the future changes.

Thanks for your answer and good job!