Add email validate to notification field

This commit is contained in:
Sam Carlton 2020-11-09 14:27:46 -06:00
parent 9c55bea365
commit fb4b1697eb

View file

@ -39,6 +39,8 @@
]"
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
style="width: 230px;"
type="email"
required
@focus="isFocused = true"
@blur="isFocused = false"
>