builder icon indicating copy to clipboard operation
builder copied to clipboard

feat: enable keyboard incrementing on numeric inputs

Open batonac opened this issue 11 months ago • 2 comments

Numeric inputs would be improved via increment shortcuts. I propose that keyboard incrementing (up/down keys) is a must, and mouse wheel/scrolling incrementing be considered as well.

batonac avatar Mar 11 '24 13:03 batonac

Edit: I just discovered that click-and-drag incrementing is already implemented! That's arguably better than scroll-to-increment.🤩

I suggest that keyboard incrementing be implemented as well.

batonac avatar Mar 11 '24 13:03 batonac

Edit 2: Pure numeric inputs like the order field already utilize an input of type number, so all requested functionality is satisfied already: image

The issue is on inputs that use a text-type input in order to support units, such as dimensions: image

batonac avatar Mar 11 '24 14:03 batonac