Open
Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
Picker, Slider
Description of the requested feature
Opening this issue in behalf of Mukul Sharma.
Picker and Slider components should stop propagation of Arrow keyboard events after reacting to those events.
From the Slack thread discussion:
While we currently don't have a "blanket policy" for this, in this case, it seems reasonable for the slider to stop propagation since handling arrow key events is intrinsic to its functionality.
For other events we expose, consumers can handle them on their end depending on their use case.
Mockups or screenshots
No response
Implementation notes or ideas
Slider and Picker should stop propagation of Arrow key events