Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample Link: https://stackblitz.com/edit/zkrbst?file=index.ts
Replication Procedure:
1. Run the sample.
2. Check the input element, invalid value is selected in the control.
Screenshot:
|
|
Code Snippet:
|
let // set the local data to dataSource property dataSource: (data // map the appropriate columns to fields property fields: value: ['AU','CM','AM'], // set the placeholder to MultiSelect input element placeholder: }); games.appendTo('#local'); |