mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add aria-label for email input
This commit is contained in:
parent
f729cf37cf
commit
f2711fe07f
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
v-model="email"
|
v-model="email"
|
||||||
:class="inputClasslist"
|
:class="inputClasslist"
|
||||||
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
|
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
|
||||||
|
aria-label="Email Address"
|
||||||
name="email-subscribe"
|
name="email-subscribe"
|
||||||
style="width: 230px;"
|
style="width: 230px;"
|
||||||
type="email"
|
type="email"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue