-
-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
keydownEvent.code ['Space','ArrowLeft','ArrowRight','Backspace'] need to implement expansion operation, similar to the "IpAddress" feature in the Windows operating system.
Describe the solution you'd like
'Space' and 'ArrowRight': The cursor switches to the next cell when it reaches the end of the current cell content.
'ArrowLeft': The cursor switches to the previous cell when it reaches the start of the current cell content.
'Backspace': If the current cell will be emptied of all contents, then add "0" and switching to the previous cell.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request