bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
361 stars 60 forks source link

Adjust min-height of select element #59

Open benoitchantre opened 1 year ago

benoitchantre commented 1 year ago

After nice-select2 init, the select element receives inline styles, but it lacks a min-height property.

When the select element has a min-height property, its height is not equal to 0.

The min-height value should be set to auto.