|
@@ -42,7 +42,7 @@
|
|
},
|
|
},
|
|
inheritAttrs: false,
|
|
inheritAttrs: false,
|
|
props: {
|
|
props: {
|
|
- value: { type: Object as PropType<SelectValue> },
|
|
|
|
|
|
+ value: { type: [Array, Object, String, Number] as PropType<SelectValue> },
|
|
numberToString: propTypes.bool,
|
|
numberToString: propTypes.bool,
|
|
api: {
|
|
api: {
|
|
type: Function as PropType<(arg?: any) => Promise<OptionsItem[]>>,
|
|
type: Function as PropType<(arg?: any) => Promise<OptionsItem[]>>,
|