What is QScroller
QScroller is a Quasar component package for building compact wheel-style inputs. It includes string, time, date, date-time, and range scrollers that feel at home inside forms, dialogs, and dense control panels.
Use it when a native select, date picker, or time input is too blunt for the interaction you want. The scrollers keep the current value centered, make nearby values visible, and support keyboard-like previous/next controls without requiring a full calendar or menu overlay.
Components
QScrollerchooses the right scroller from itsviewprop.QStringScrollerscrolls through a fixed list of string options.QTimeScrollerandQTimeRangeScrollerhandle time values and time ranges.QDateScroller,QDateTimeScroller, andQDateRangeScrollerhandle date-focused values.
Each component can be styled with Quasar palette colors, dense mode, disabled items, intervals, and range validation options.