Hi Andrew,
Greetings from Syncfusion support.
Based on your provided information, we have prepared sample in Bootstrap tab with Multiselect. But unfortunately we couldn’t replicate the issue in our end. Please find the prepared sample below for reference.
|
let games: MultiSelect = new MultiSelect({
dataSource: (data as any).countries,
fields: { text: "Name", value: "Code" },
placeholder: "Select countries",
value: ["AU"]
});
games.appendTo("#local"); |
Kindly check with the above sample. If issue still exists in your end, please try to replicate the issue in the above provided sample, which helps us to check and provide you the solution at earliest.
Regards,
Ponmani M