insin / inputmask-core

Standalone input mask implementation, independent of any GUI
MIT License
304 stars 52 forks source link

Create increment and decrement operations to change the value of a digit range #33

Closed briantrice closed 2 years ago

briantrice commented 7 years ago

RFC, please.

This allows positive overflow but not underflow. It uses the selection range or the largest digit segment around the cursor.

Incrementing each digit separately is supported with a flag.

briantrice commented 7 years ago

Bug-fixes to be added.