logic for has or cas

This commit is contained in:
2022-06-15 14:54:59 +01:00
parent b3ce573c9c
commit 45e11c5713
5 changed files with 188 additions and 64 deletions
+8
View File
@@ -149,7 +149,11 @@ export default function BuildField(props) {
<NumericField
name={props.datafieldname}
label={props.label}
form={props.props.props.form}
formProps={props.props.props.props.form}
validation={props.validation}
parentField={props.parentField}
parentFieldShowOnValue={props.parentFieldShowOnValue}
/>
);
break;
@@ -158,7 +162,11 @@ export default function BuildField(props) {
<DecimalField
name={props.datafieldname}
label={props.label}
form={props.props.props.form}
formProps={props.props.props.props.form}
validation={props.validation}
parentField={props.parentField}
parentFieldShowOnValue={props.parentFieldShowOnValue}
/>
);
break;