You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, do you want to change the display number of a column of li?
This feature is not currently supported, but I will add it in future versions based on your suggestions.
I plan to provide an initialization configuration to control the number of li displayed (only odd numbers can be passed in).
Thank you. i found a way to change the quantity using css.
.ms-mobile-select .ms-wheel,
.ms-mobile-select .ms-wheels{
height: 280px;
}
.ms-mobile-select .ms-select-line{
top: 120px
}
.ms-mobile-select .ms-select-container{
margin-top: 40px;
}
it would also be great if the active element had some class for styling.
Thanks again
how change count li to show?
The text was updated successfully, but these errors were encountered: