web: implement dropdown for select group
This commit is contained in:
parent
0b76f3472d
commit
1b413df433
1 changed files with 13 additions and 0 deletions
|
@ -112,6 +112,19 @@
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
clearable
|
clearable
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
<v-select
|
||||||
|
clearable
|
||||||
|
label="Select Group *"
|
||||||
|
:items="[
|
||||||
|
'California',
|
||||||
|
'Colorado',
|
||||||
|
'Florida',
|
||||||
|
'Georgia',
|
||||||
|
'Texas',
|
||||||
|
'Wyoming',
|
||||||
|
]"
|
||||||
|
variant="outlined"
|
||||||
|
></v-select>
|
||||||
<span class="dialogNote">
|
<span class="dialogNote">
|
||||||
all fields marked with * are required
|
all fields marked with * are required
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue