I have a selectonemenu which has list of currency. When i click the menu, In mozilla and IE 11, the width of dropdown is same as the width of selectonemenu
but, when I try to do so in chrome, the panel width is smaller than the selectone menu
I have a selectonemenu which has list of currency. When i click the menu, In mozilla and IE 11, the width of dropdown is same as the width of selectonemenu
but, when I try to do so in chrome, the panel width is smaller than the selectone menu
Set width in CSS file for class
.ui-selectonemenu-panel {
width : YOUR_WIDTH !important ;
}