BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<style>
.e-active-tick .e-dropdownbase .e-list-item.e-active .e-list-icon {
font-family: 'e-icons';
color: rgba(0, 0, 0, .57);
font-size: 33px;
padding: 0px;
}
.e-active-tick .e-list-item.e-active {
text-indent: 0px;
}
.e-active-tick .e-list-item.e-active .tick:before {
content: '\e259'
}
.e-active-tick .e-dropdownbase .e-list-item.e-active {
background: #fff;
color: #333;
border-color: #fff;
}
.e-active-tick .e-dropdownbase .e-list-item.e-active.e-hover {
background-color: #f5f5f5;
border-color: #fff;
color: #333;
}
</style> |
<ejs-dropdownlist id='games' #sample1 [dataSource]='sportsData' [cssClass]='customClass' [fields]='localFields' [placeholder]='localWaterMark' [popupHeight]='height'></ejs-dropdownlist> |
public localFields: Object = { text: 'Game', value: 'Id', iconCss: 'Class' };
public customClass: string = 'e-active-tick'; |