- Home
- Forum
- Angular - EJ 2
- ComboBox Height
ComboBox Height
Hi
Thank you
SIGN IN To post a reply.
3 Replies
BC
Berly Christopher
Syncfusion Team
December 30, 2019 12:40 PM UTC
Hi Benjamim,
Greetings from Syncfusion support.
We have not provided the support for set the height to the ComboBox component directly. If you want to set the height to the component, we suggest you to override the CSS styles to the wrapper of the component as per the application need. Please refer the below code example.
[app.component.html]
|
<ejs-combobox id='games' #local [dataSource]='sportsData' [autofill]='true' [fields]='localFields' [placeholder]='localWaterMark'
[popupHeight]='height' cssClass="customClass"></ejs-combobox> |
[app.component.css]
|
.e-control-wrapper.e-ddl.customClass{
height: 50px;
} |
Please find the sample from the below link.
To know more about our API, methods and events please refer the below API documentation link.
Regards,
Berly B.C
BG
Benjamim Goulart Bessa
December 30, 2019 05:23 PM UTC
Berly, thank you for your reply.
There is some document with avaiable css classes for customization?
There is some document with avaiable css classes for customization?
SN
Sevvandhi Nagulan
Syncfusion Team
December 31, 2019 04:49 AM UTC
Hi Benjamim,
The cssClass property is used to add the custom class to the wrapper of component and popup element. We have add the class name with your own. So that, we can customize styles using the class name.
To know more about our API, methods and events please refer the below API documentation link.
Regards,
Sevvandhi N
SIGN IN To post a reply.
- 3 Replies
- 3 Participants
-
BG Benjamim Goulart Bessa
- Dec 27, 2019 12:22 PM UTC
- Dec 31, 2019 04:49 AM UTC