[Feature Request] changing VRating value with arrow keys
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.
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