修改直接设置父节点无法选中的问题

This commit is contained in:
maplemei
2020-12-01 18:08:03 +08:00
parent 7d4c53afba
commit 4c9baac4b3
4 changed files with 36 additions and 13 deletions

View File

@@ -18,7 +18,9 @@ var demo1 = xmSelect.render({
simple: true,
clickExpand: false,
clickCheck: false,
strict: false
},
radio: true,
toolbar: {
show: true,
list: ['ALL', 'REVERSE', 'CLEAR']
@@ -48,6 +50,7 @@ var demo1 = xmSelect.render({
select: '',
unselect: '',
half: '',
parent: 'hidden',
},
})