EasyUI Forum

General Category => Bug Report => Topic started by: l3917055 on October 15, 2012, 11:30:33 PM



Title: combobox can not display a empty text item
Post by: l3917055 on October 15, 2012, 11:30:33 PM
.combobox-item{
   padding:2px;
   font-size:12px;
   padding:3px;
   padding-right:0px;
}

if I has a item with empty text,this item's height is 0;
 please add   min-height:18px;



.combobox-item{
        min-height:18px;
   padding:2px;
   font-size:12px;
   padding:3px;
   padding-right:0px;
}