vue-bootstrap-select
vue-bootstrap-select copied to clipboard
Is there a way to set the drop down ul tag's height dynamically except set a common style
Because I have many select component, each component have different numbers of options. I want to calculate the ul tag's height dynamically base on the length of the data and set to different ul tags.