Hi Nicola,
Thank you for contacting Syncfusion support.
We analyzed your query. We suggest you to below css in the sample level to achieve your requirement. We give the span tag of icon(#id_dropdown) with left as 0px to show in the left side of the DropDownList. We give the padding-left to the input hidden field(#id_hidden) to show the value correctly. Please refer the below code,
|
#bikeList_dropdown {
left: 0px;
border-left: none;
border-right: 1px solid lightgrey;
}
#bikeList_hidden {
padding-left: 37px;
}
|
Please refer the below sample,
Please let us know, if there is any concern.
Regards,
Ilakkiya B.