vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Feature Request] changing VRating value with arrow keys

Open eben-roux opened this issue 9 months ago • 1 comments

Problem to solve

I had a user ask why they cannot use the arrow keys. It seems to be the default behaviour of many rating components in other frameworks.

Proposed solution

Currently one needs to use tab and space to select a rating when using the keyboard. Either the component could support the arrow keys by default, or there could be some property to opt-in (such as arrow-selection), or there could be properties to specify the keys for increment-rating-key = ArrowRight, + and decrement-rating-key = ArrowLeft, - or some such.

eben-roux avatar Jun 12 '25 07:06 eben-roux

Workaround

I am inclined to call it a bug and change the behavior to align with typical implementations instead of introducing a prop and have 2 different behaviors for no obvious reason... but it probably should land in dev regardless

J-Sek avatar Jun 12 '25 22:06 J-Sek