File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import type {
1414 VTooltip ,
1515} from 'vuetify/components' ;
1616import type { ValidationRule } from 'vuetify/composables/validation' ;
17+ import type { SelectItemKey } from 'vuetify/lib/util/helpers' ;
1718import type { Schema } from 'yup' ;
1819import type { ZodSchema } from 'zod' ;
1920import VStepperForm from '../VStepperForm.vue' ;
@@ -108,6 +109,8 @@ export interface Field {
108109 id ?: string | number ;
109110 inline ?: boolean ; // ? Checkboxes //
110111 inlineSpacing ?: string ; // ? Checkboxes //
112+ itemTitle ?: SelectItemKey < any > ; // ? Selects //
113+ itemValue ?: SelectItemKey < any > ; // ? Selects //
111114 items ?: readonly any [ ] | undefined ;
112115 label ?: string ;
113116 labelPositionLeft ?: boolean ; // ? Checkboxes //
You can’t perform that action at this time.
0 commit comments