Hello
I am trying to change style for a SfComboBox. I could change font size of selected item, but could not for the combobox list itself. So, I have couple of questions:
- How to change font style for Combobox list of items?
- My current App is using also Bootstrap 4 for some pure HTML components. Is there any way to apply some style from Bootstrap 4 like "form-control" class to a SfCombo? I tried using HtmlAttributes as well as CssClass, but the SfCombo box had a weird behavior. It could not render successfully.
Thanks
Kleber
That is the style code I am using :
.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 20px;
font-weight: 300;
}