User can now press CTRL-C in the email field.
Instead of using the keyup event to listen for changes on the email field, use the input/propertychange events. close #406
Loading
Please register or sign in to comment
Instead of using the keyup event to listen for changes on the email field, use the input/propertychange events. close #406