Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grid] Add ability to use Enter key to confirm (#11178)
This change adds a onKeyDown handler for the input field, the handler listens for Enter key press and calls the onConfirm callback, this change allows the user confirm the dialog using the Enter key instead of pressing the Confirm button Fixes #11177
- Loading branch information