Merge pull request #856 from shariquerik/table-multiselect-fix
This commit is contained in:
commit
900c1d3570
@ -64,7 +64,10 @@ const emit = defineEmits(['change'])
|
|||||||
|
|
||||||
const { getFields } = getMeta(props.doctype)
|
const { getFields } = getMeta(props.doctype)
|
||||||
|
|
||||||
const values = defineModel()
|
const values = defineModel({
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
})
|
||||||
|
|
||||||
const valuesRef = ref([])
|
const valuesRef = ref([])
|
||||||
const error = ref(null)
|
const error = ref(null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user