
|
<MultiSelectComponent
id="customelement"
dataSource={this.gameList}
fields={this.fields}
mode="Box"
cssClass="e-custom"
popupWidth="0px"
popupHeight="0px"
placeholder="Favorite sports"
allowCustomValue={true}
/> |
|
.e-custom .e-dropdownbase.e-content {
overflow: hidden
} |
|
.e-custom .e-content.e-dropdownbase.e-nodata {
display: none;
} |