<md-select> options pagination #5525
Unanswered
shadow-identity
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
What could be the preferable way to enable pagination on
<md-select>
options list?Currently I see only manual handling of
wheel
,touch
andkeypress
events to solve it.Could be better (IMO) to have it on
scroll
, but I can't make it work to triggerscroll
event on a short list which does not have a scroll bar.Beta Was this translation helpful? Give feedback.
All reactions