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"
|
||||
clearable
|
||||
></v-text-field>
|
||||
<v-select
|
||||
clearable
|
||||
label="Select Group *"
|
||||
:items="[
|
||||
'California',
|
||||
'Colorado',
|
||||
'Florida',
|
||||
'Georgia',
|
||||
'Texas',
|
||||
'Wyoming',
|
||||
]"
|
||||
variant="outlined"
|
||||
></v-select>
|
||||
<span class="dialogNote">
|
||||
all fields marked with * are required
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue