Skip to content

Commit 9ac0357

Browse files
committed
fix(Form): internal logic fixes * 5
1 parent 1acf4f8 commit 9ac0357

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/form/Form/use-field/use-field.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ export function useField<T extends FieldTypes, Props extends CubeFieldProps<T>>(
144144
}
145145
}
146146

147+
console.log(
148+
'! uikit set field',
149+
fieldName,
150+
val,
151+
!dontTouch,
152+
false,
153+
dontTouch,
154+
);
155+
147156
form.setFieldValue(fieldName, val, !dontTouch, false, dontTouch);
148157

149158
if (

0 commit comments

Comments
 (0)