DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

prevent user from adding more chars to reportback after 60th #690

Closed tongxiang closed 8 years ago

tongxiang commented 8 years ago

References this comment on #681.

We're currently telling the user that reportbacks over 60 characters aren't valid, and displaying an error message. Desired behavior is to prevent text field from updating with 61st character, and display warning message when they enter a 61st message.

aaronschachter commented 8 years ago

Without a live character counter, I think we still want to display the message once they enter a 61st character (although it wouldn't update in the text field).