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 {
14
14
VTooltip ,
15
15
} from 'vuetify/components' ;
16
16
import type { ValidationRule } from 'vuetify/composables/validation' ;
17
+ import type { SelectItemKey } from 'vuetify/lib/util/helpers' ;
17
18
import type { Schema } from 'yup' ;
18
19
import type { ZodSchema } from 'zod' ;
19
20
import VStepperForm from '../VStepperForm.vue' ;
@@ -108,6 +109,8 @@ export interface Field {
108
109
id ?: string | number ;
109
110
inline ?: boolean ; // ? Checkboxes //
110
111
inlineSpacing ?: string ; // ? Checkboxes //
112
+ itemTitle ?: SelectItemKey < any > ; // ? Selects //
113
+ itemValue ?: SelectItemKey < any > ; // ? Selects //
111
114
items ?: readonly any [ ] | undefined ;
112
115
label ?: string ;
113
116
labelPositionLeft ?: boolean ; // ? Checkboxes //
You can’t perform that action at this time.
0 commit comments