mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 12:58:38 +08:00
fix(formulaControl): 剔除多余属性字段,避免编辑端schema影响
Change-Id: Ifaa10655927eb225ece0e592227f29f7726fda4b
This commit is contained in:
parent
523cab3b22
commit
db5f333344
@ -282,6 +282,19 @@ export default class FormulaControl extends React.Component<
|
||||
'size',
|
||||
'remark',
|
||||
'labelRemark',
|
||||
'hidden',
|
||||
'hiddenOn',
|
||||
'visible',
|
||||
'visibleOn',
|
||||
'disabled',
|
||||
'disabledOn',
|
||||
'required',
|
||||
'requiredOn',
|
||||
'className',
|
||||
'labelClassName',
|
||||
'labelAlign',
|
||||
'inputClassName',
|
||||
'autoUpdate'
|
||||
];
|
||||
|
||||
// 当前组件要剔除的字段
|
||||
|
Loading…
Reference in New Issue
Block a user