danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
849 stars 328 forks source link

dropdown-menu should inherit input field's width #239

Open sliekens opened 7 years ago

sliekens commented 7 years ago

The width of the dropdown-menu is auto sized to fit its options. This is inconsistent with regular HTML5 select lists whose dropdown menu is as wide as the select element.

Suggested fix: add min-width: 100% to the dropdown-menu element.