Actions
Bug #9660
closedPassword strength meter does not display until focus is lost
Bug #9660:
Password strength meter does not display until focus is lost
Description
This should display and remain after typing the first character. This is only the case after it loses focus though.
Updated by krileon 3 months ago
Looks like this is just how jQuery Validation works. It doesn't populate the submitted data until after a blur event and the submitted data is used to check if validate on keyup should be applied. Need to look into either replacing the keyup logic or see if there's a missing setting somewhere.
Actions