File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,17 @@ async function handleSubmit() {
1616
1717<template >
1818 <form @submit.prevent =" handleSubmit" id =" form" class =" flex my-12" >
19- <label for =' location' hidden >Enter a location</label >
20- <input v-model =" locationInput" type =' text' name =' location' placeholder =' Enter a location' class =" rounded-none rounded-l-sm input input-lg text-xl join-item" />
19+ <label for =' location' class =" sr-only" >Enter a location</label >
20+ <input
21+ v-model =" locationInput"
22+ id =" location"
23+ type =' text'
24+ name =' location'
25+ placeholder =' Enter a location'
26+ inputmode =" search"
27+ autocomplete =" on"
28+ class =" rounded-none rounded-l-sm input input-lg text-xl join-item"
29+ />
2130 <input type =submit value =' >>' class =" btn btn-lg btn-soft rounded-none rounded-r-sm btn-square font-ff text-xl text-slate-600 uppercase join-item" />
2231 </form >
2332</template >
You can’t perform that action at this time.
0 commit comments