Skip to content

Commit

Permalink
fix(test): try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fffjacquier committed Jun 20, 2024
1 parent 8dc3980 commit 8251d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/form-builder/src/lib/formBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export function FormBuilder({
{...meta}
{...fieldRest}
onChange={(event) => {
onChange(event);
if (behavior === 'onChangeTriggerByField') {
onChange(event);
trigger(id);
}
}}
Expand Down

0 comments on commit 8251d7d

Please sign in to comment.