bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

dropdown-menu should inherit input field's width

Open sliekens opened this issue 8 years ago • 0 comments
trafficstars

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.

sliekens avatar Jan 27 '17 12:01 sliekens