You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user tabs into the password field, an error message is immediately displayed. "Password cannot be blank." From watching video recordings, this is tripping users up. They shouldn't be told about an error unless they tell you they think it's done, by clicking the submit button.
The text was updated successfully, but these errors were encountered:
As far as I can tell it's the password strength meter that shows that message, so it makes sense it should show while typing; but I agree it should wait to trigger until at least one keypress, not show on focus as it does now.
That would be an improvement and would probably make this go away for us, since I don't believe we currently have any password requirements.
On Aug 16, 2016, 7:05 AM -0600, Stein Strindhaug [email protected], wrote:
As far as I can tell it's the password strength meter that shows that message, so it makes sense it should show while typing; but I agree it should wait to trigger until at least one keypress not show on focus as it does now.
hzalaz
added
enhancement
An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
and removed
bug
This points to a verified bug in the code
question
labels
Aug 31, 2016
When a user
tab
s into the password field, an error message is immediately displayed. "Password cannot be blank." From watching video recordings, this is tripping users up. They shouldn't be told about an error unless they tell you they think it's done, by clicking the submit button.The text was updated successfully, but these errors were encountered: