Hi Khushbu,
Greetings from Syncfusion support.
We checked your query. The default filter type is “StartsWith”. We request that you to change the filter type using filterType property. Refer the following code.
<MultiSelectComponent id="checkbox" ref={(scope) => { this.mulObj = scope; }} dataSource={this.countries}
fields={this.checkFields} placeholder="Select countries" mode="CheckBox"
showSelectAll={true} showDropDownIcon={true} filterType="Contains"
filterBarPlaceholder="Search countries" popupHeight="350px">
<Inject services={[CheckBoxSelection]}/>
</MultiSelectComponent>
|
Please find the sample below.
Kindly get back to us for further assistance.
Regards,
Sevvandhi N