Fixing CTRL-C in the email field causing the password field to go away.
Use the input event for most browsers, for IE9, use input event and keyup event. IE has a bug where backspace in the input element will not trigger an input event. close #406.
Loading
Please register or sign in to comment