In the "Add column based on this column" dialog, validating a form by pressing Enter should run the operation #5143
Labels
Module: Frontend
These issues involve working on HTML, CSS, and JavaScript code that affects the user interface.
Type: Feature Request
Identifies requests for new features or enhancements. These involve proposing new improvements.
Milestone
When adding a column based on a column, I often first type the expression I want, and then set a column name in the field at the top, and then press Enter, expecting it to have the same effect as clicking the "OK" button. It currently does not do anything.
Proposed solution
This field should be part of a form, and when that form is submitted, that should be equivalent to pressing the OK button.
This should not require setting up any event listener on keyboard events, but instead integrate the existing input fields in a form, and binding the submission event on that form to the execution of the operation (and closing the dialog).
Alternatives considered
None.
Screenshot
The text was updated successfully, but these errors were encountered: