You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
0 commit comments