The Buttn loading have a lot issues, but works in this case.
I suggest two thinks:
- Check if the "Is Form Default" is true, because is responsable to add attribute type submit to the button;
- Check if your generated DOM HTML button have type="submit";
The browser use type submit to add an event key enter to submit the form.
You can also force the attribute
Hope helps and clarify
