-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #6982 - Keyboard navigation Table Edit with arrows
- Loading branch information
1 parent
e6cd720
commit 72d8419
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72d8419
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, this broke the native input text behavior that, when typing some text, you expect the left arrow to go to the previous character, not to change column, or, in an
input[type=number]
, the up/down arrows should increment/decrement.Is there a way to disable this behavior, at least for the left / right arrows for single line input? or to only change cell if right arrow pressed and cursor is at the last character of the current input?
72d8419
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lf-novelt,
I think seems to be a really good feature. I'm gonna add to our 12.future milestone. Thanks for the feedback!