Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Sample (TS) : https://stackblitz.com/edit/ec1lof-zjsrvm?file=index.ts

 

             

Preselected values are not bound to the MultiSelect if the preselected values have custom values and allowCustomValue is set to false. If the user focuses on the component, a console error occurs.

 

Replication procedure :

  1. Run the sample.
  2. See the MultiSelect input and no values are bounded.
  3. Focus on the multiselect.

  

Expected Output: The custom value needs to be ignored and bind the applicable value to the component.

Current Output: Preselected items are not bound to the component.