Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chnage li to show #102

Open
vlad574 opened this issue Apr 18, 2023 · 2 comments
Open

chnage li to show #102

vlad574 opened this issue Apr 18, 2023 · 2 comments

Comments

@vlad574
Copy link

vlad574 commented Apr 18, 2023

how change count li to show?

@onlyhom
Copy link
Owner

onlyhom commented Apr 18, 2023

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).

@vlad574
Copy link
Author

vlad574 commented Apr 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants