IO-743 CCC Automatic fill fixes.
This commit is contained in:
@@ -13,7 +13,10 @@ export default function FormsFieldChanged({ form }) {
|
||||
const loc = useLocation();
|
||||
|
||||
return (
|
||||
<Form.Item shouldUpdate style={{ margin: 0, padding: 0 }}>
|
||||
<Form.Item
|
||||
shouldUpdate
|
||||
//style={{ margin: 0, padding: 0 }}
|
||||
>
|
||||
{() => {
|
||||
if (form.isFieldsTouched())
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user