Forge Form in CustomFieldType Not Submitting with Button Click

Hi everyone,

I’m building a customfieldtype module using Forge and running into an issue where my form is not submitting when clicking a button with type="submit".

The form only submits when it loses focus, such as when I click outside of the field — not when clicking the submit button directly.

Here are my current dependency versions:

"@forge/bridge": "4.5.3",
"@forge/react": "^11.2.3",
"react": "^18.2.0"

Even the official example from the Atlassian documentation doesn’t behave correctly for me:
:backhand_index_pointing_right: https://developer.atlassian.com/platform/forge/ui-kit/components/form/

Has anyone experienced this behavior before? Is this a known issue with the Form component in @forge/react or the customfieldtype context?

Any help or workaround would be greatly appreciated!

Thanks in advance :folded_hands: