I am having a hard time setting css for combobox. I am using some custom css and mine looks like the below. I would like the combo to look the the demos, basically a bootstrap combo, but everything I have tried using the styles from the demo has not changed it. Any help would be appreciated.
<div class='col-4'>
<div class="control_wrapper">
<SfComboBox TValue="int?" TItem="BrokerageFirms" DataSource="@brokeragefirms" Value="riaemployeebrokerageaccounts.BrokerID">
<ComboBoxFieldSettings Text="BrokerageName" Value="BrokerID"></ComboBoxFieldSettings>
<ComboBoxEvents TValue="int?" TItem="BrokerageFirms"></ComboBoxEvents>
</SfComboBox>
</div>
</div>
Mine is displaying like this