thoughtbot / carnival

An unobtrusive, developer-friendly way to add comments
MIT License
501 stars 30 forks source link

Add messaging to client-side comment length validation #242

Closed pbrisbin closed 9 years ago

pbrisbin commented 9 years ago

Carnival silently ignores comments less than 4 characters

https://github.com/thoughtbot/carnival/blob/36b441c706346664b9e160329fe078d0576c13d9/templates/embed/CommentForm.coffee#L43

We should have some indication to the user when this is happening.

pbrisbin commented 9 years ago

Fixed in 51d0cb3c and 6fa8b32d