Dear community and Ivy team,
in our ongoing projects we frequently work with datatables, especially with column filtering enabled, and try to use the new Form Editor for designing user dialogs whenever possible.
Problem
When pressing Enter while filtering a column (which is likely an intuitive action for many customers)

the Proceed-Button (standard version) is activated and the task is marked as done. This behavior can be problematic, for example if the user intended to fill in the "Reason" field but accidentally closes the task instead.

Below is how the column is configured using the new Form Editor:

In our current projects, we want to prevent the task from being completed simply by pressing Enter in a filter field. We solved this by integrating an invisible button.
Questions
Is it a bug that pressing enter in a filter sets the task to "done" or is this intended (are there typical use cases where this behavior is helpful)? If this is the intended behavior, are there any recommended workarounds to prevent task completion in specific cases without having to switch from the new form editor to the JSF stack?
Thanks in advance for the answers🙌