EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: dailyblog on September 30, 2019, 10:27:58 PM



Title: combobox arrow height
Post by: dailyblog on September 30, 2019, 10:27:58 PM
hi!  I set the height of textbox to 38px. 2 problems appeared.
1, the arrow picture could not fit 38px size
2,I set line-height property to 38px ,but the text appeared at  the top line of the textbox.

thank you!


Title: Re: combobox arrow height
Post by: jarry on October 04, 2019, 03:24:10 AM
The textbox and combobox has the 'height' property, just set it with a normal value.
Code:
$('#cb').combobox({
height: 38
})