Skip to content

feat(IpAddress): support ArrowLeft/Right key #6243

@momijijin

Description

@momijijin

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions