mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix: 「树组件」浮层模式,默认没有开启可清除,实际效果可以清除选项,重新配置后生效
This commit is contained in:
parent
8dfcdf090c
commit
1b25d3174b
@ -467,6 +467,7 @@ export class TreeControlPlugin extends BasePlugin {
|
||||
justify: true,
|
||||
left: 8
|
||||
},
|
||||
value: false,
|
||||
inputClassName: 'is-inline ',
|
||||
visibleOn: 'data.type === "tree-select"'
|
||||
}),
|
||||
|
@ -377,6 +377,7 @@ export class TreeSelectControlPlugin extends BasePlugin {
|
||||
justify: true,
|
||||
left: 8
|
||||
},
|
||||
value: false,
|
||||
inputClassName: 'is-inline ',
|
||||
visibleOn: 'data.type === "tree-select"'
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user