Skip to content

In the "Add column based on this column" dialog, validating a form by pressing Enter should run the operation #5143

Description

@wetneb

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

image

Metadata

Metadata

Assignees

Labels

Module: FrontendThese issues involve working on HTML, CSS, and JavaScript code that affects the user interface.Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions