diff --git a/packages/plugins/formula-field/src/client/interfaces/formula.tsx b/packages/plugins/formula-field/src/client/interfaces/formula.tsx index 9f918b820..3f42ff83d 100644 --- a/packages/plugins/formula-field/src/client/interfaces/formula.tsx +++ b/packages/plugins/formula-field/src/client/interfaces/formula.tsx @@ -7,16 +7,16 @@ import { NAMESPACE } from '../locale'; -const booleanReactions = [ - { - dependencies: ['dataType'], - fulfill: { - state: { - display: '{{$deps[0] === "boolean" ? "visible" : "none"}}', - }, - }, - } -]; +// const booleanReactions = [ +// { +// dependencies: ['dataType'], +// fulfill: { +// state: { +// display: '{{$deps[0] === "boolean" ? "visible" : "none"}}', +// }, +// }, +// } +// ]; const numberReactions = [ { @@ -97,14 +97,14 @@ export default { required: true, default: 'double', }, - 'uiSchema.x-component-props.showUnchecked': { - type: 'boolean', - title: '{{t("Display X when unchecked")}}', - default: false, - 'x-decorator': 'FormItem', - 'x-component': 'Checkbox', - 'x-reactions': booleanReactions - }, + // 'uiSchema.x-component-props.showUnchecked': { + // type: 'boolean', + // title: '{{t("Display X when unchecked")}}', + // default: false, + // 'x-decorator': 'FormItem', + // 'x-component': 'Checkbox', + // 'x-reactions': booleanReactions + // }, 'uiSchema.x-component-props.step': { type: 'string', title: '{{t("Precision")}}',