TheCoder4eu / BootsFaces

BootsFaces : the next gen JSF Framework
MIT License
71 stars 17 forks source link

b:selectMultiMenu dropdown covers button #53

Open fischman98 opened 7 years ago

fischman98 commented 7 years ago

Looking at the showcase for the Multiple Choice Combobox, the dropdown covers the button (looks like it's taking the top left corner of the button as it's starting point). See Image A.

https://showcase.bootsfaces.net/forms/selectMultiMenu.jsf

Styling the button to buttonClass="btn-lg" resolves the issue, but if you don't want the large button....

The examples in the widget is based on http://davidstutz.github.io/bootstrap-multiselect/ doesn't have the issue. See Image B.

Image A: showcase bootsfaces net-forms-selectmultimenu jsf

Image B: davidstutz github io-bootstrap-multiselect