Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable keyboard incrementing on numeric inputs #103

Open
batonac opened this issue Mar 11, 2024 · 2 comments
Open

feat: enable keyboard incrementing on numeric inputs #103

batonac opened this issue Mar 11, 2024 · 2 comments

Comments

@batonac
Copy link

batonac commented Mar 11, 2024

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
Copy link
Author

batonac commented Mar 11, 2024

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 batonac changed the title feat: enable fast increments on numeric inputs feat: enable keyboard incrementing on numeric inputs Mar 11, 2024
@batonac
Copy link
Author

batonac commented Mar 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant