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
fix: properly validate typed in emails and set them on comma or semi-colon key presses (#1978)
* fix: update the email validation regex
* fix: use an internal property to set any email
this._setAnyMail property is used to check if the comma or semi-colon have been pressed. If they have, then the typed email is checked if it is a valid email and set accordingly.
* docs: add documentation for the private properties
* fix: back to normal index.html
* fix: set any email on Enter keypress
* fix: remove tab key instruction on story
0 commit comments