mobile-select icon indicating copy to clipboard operation
mobile-select copied to clipboard

chnage li to show

Open vlad574 opened this issue 2 years ago • 2 comments

how change count li to show?

vlad574 avatar Apr 18 '23 11:04 vlad574

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

onlyhom avatar Apr 18 '23 11:04 onlyhom

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

vlad574 avatar Apr 18 '23 12:04 vlad574