Tagged Questions
0
votes
2answers
120 views
Should we warn the user that data will lost immediately or during saving?
I have an interface for managing account fields in a web app like so:
download bmml source – Wireframes created with Balsamiq Mockups
The premise is simple: Fields are of 2 types (public ...
13
votes
8answers
751 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 ...