IO-743 CCC Automatic fill fixes.

This commit is contained in:
Patrick Fic
2021-03-08 15:28:28 -08:00
parent 0ed1c400c7
commit f90efd21a5
6 changed files with 35 additions and 35 deletions

View File

@@ -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 (