Put 2 DynamicForms on a single layout.
Call setSaveOnEnter () on each of them.
Each DynamicForm has 1 TextItem.
When I enter something on the second form and press Enter, the first form is submitted.
It seems to me that the first form catches Enter and submits itself.
I would expect that when the Enter key is pressed, the Form should only submit itself if the FormItem that received the Enter key is located on the form itself.
Any ideas?
Call setSaveOnEnter () on each of them.
Each DynamicForm has 1 TextItem.
When I enter something on the second form and press Enter, the first form is submitted.
It seems to me that the first form catches Enter and submits itself.
I would expect that when the Enter key is pressed, the Form should only submit itself if the FormItem that received the Enter key is located on the form itself.
Any ideas?