djibe / material

Material Design 2 for Bootstrap 4 (active fork of Daemonite Material)
https://djibe.github.io/material/
MIT License
68 stars 11 forks source link

Scrollbar for Select #34

Closed gaurav2103 closed 3 years ago

gaurav2103 commented 3 years ago

image Can I change the scrollbar to this type?

image the second scrollbar is coming for the web when I use the material but not for selection. is it possible to achieve?

gaurav2103 commented 3 years ago

and also how could I control the number of options to be shown in the select dropdown. Suppose i want 8 options to shown and for rest scroll bar come

tbuyle commented 3 years ago

Typically, how select options are displayed depends on the browser and device. This is thus not directly styled by Material.

However, if you want more control on the selects and their options, Material integrates well with Select2 jquery plugin : https://djibe.github.io/material/docs/4.6/plugins/select-select2/

djibe commented 3 years ago

Hi @shukla2103 , which component are you using ? Normaly stylebars are always cool using Chrome or Firefox. HTML5 doesn't offer the ability to choose menu's dropdown size.

djibe commented 3 years ago

Thanks @tbuyle for your support.

gaurav2103 commented 3 years ago

@djibe I am using text field- select component with floating label