- Issue created by @AaronBauman
The javascript trigger that checks password policy while a user has the password box focused interferes with typing.
My users reported not being able to properly type the password because the input would freeze every time they paused typing, and prevent them from typing any further.
IMO a fix for this would be to check the password only on blur, rather than interrupt when the input is still focused.
Active
1.0
Code