fix: formula field should trriger onchange when value change (#3573)
This commit is contained in:
parent
288bb04458
commit
43597a4529
@ -88,7 +88,7 @@ export function Result(props) {
|
|||||||
setEditingValue(v);
|
setEditingValue(v);
|
||||||
}
|
}
|
||||||
setEditingValue(v);
|
setEditingValue(v);
|
||||||
form.setValuesIn(fieldName, v);
|
v !== value && props.onChange(v);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
const Component = TypedComponents[dataType] ?? InputString;
|
const Component = TypedComponents[dataType] ?? InputString;
|
||||||
|
Loading…
Reference in New Issue
Block a user