Tagged Questions
13
votes
8answers
729 views
How to warn a user they are approaching the character limit for a text input field with a soft maximum?
I'm writing an internal web application to generate subtitle text for videos. Part of the requirement for this project is that each line not exceed X characters, except where circumstances warrant.
I ...