WheelPickerWrapper component allows you to group multiple wheel pickers together, enabling keyboard navigation between them.
Time picker
A common use case is creating a time picker with separate wheels for hours, minutes, and AM/PM:Date picker
Create a full date picker with month, day, and year wheels:Keyboard navigation
When multiple pickers are wrapped together, you can navigate between them using the keyboard:Arrow Left/Right
Move focus between pickers. Press
← to focus the previous picker, → to focus the next picker.The
WheelPickerWrapper manages focus state and ensures only one picker is focusable at a time (using tabIndex). This follows accessibility best practices for composite widgets.Custom layout
You can customize the layout of multiple pickers using CSS:Without wrapper
If you don’t need keyboard navigation between pickers, you can omit theWheelPickerWrapper:
Next steps
Infinite scrolling
Enable infinite loop scrolling for continuous values
Keyboard navigation
Learn more about keyboard navigation features