lockwise-ios
lockwise-ios copied to clipboard
Error states
When I go to edit an existing credential or create a new one, I want to know when I’ve either missed a required field or entered incorrect data. I don’t want to save information that isn’t useful to me when I next go to log into that account.
Requirements
- Should detect and then serve an error message when nothing OR an invalid URL is entered into the web address
- Should detect and then serve an error message when nothing is entered into the password field
- Error messages should provide helpful guidance for correcting the data
Designs
- HTTP Error: https://zpl.io/VQvdB45
- Blank Fields Error: https://zpl.io/2j57Qd6
@sandysage does the error message show & hide when the user taps save or is there an element of live feedback. For example if the user does not enter a url - hits save sees an error message does it stay until save is tapped again?
@joeyg it would be great to have error validation check and display once the field's focus has been left, so we could make the check client side rather than having to wait for submission.
We would clear the validation once the field has been filled and requirements satisfied (like entering http)
Updated description above to include Zeplin links for corresponding designs.
@changecourse thanks for the updates! Any chance I could get the icon for the error state?