mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add email validate to notification field
This commit is contained in:
parent
9c55bea365
commit
fb4b1697eb
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
||||||
]"
|
]"
|
||||||
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
|
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
|
||||||
style="width: 230px;"
|
style="width: 230px;"
|
||||||
|
type="email"
|
||||||
|
required
|
||||||
@focus="isFocused = true"
|
@focus="isFocused = true"
|
||||||
@blur="isFocused = false"
|
@blur="isFocused = false"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue