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!

1
Vote

While changing the data source dynamically, popup does not open in the MultiSelect. The mentioned each case is working fine when rendering the component with input tag


Issue reproducing sample: https://stackblitz.com/edit/js-hyusut?file=index.js

 

Replication procedure: 

  1. Run the attached sample 
  2. Click the “ChangeSource’ button to modify the data source. 
  3. Now, open the popup. The popup will not be opened event though the data source has been set to the component. 
  4. Again, re-run the sample. 
  5. Now, open the multi select popup and click the “ChangeSource’” button to change the data source. 
  6. Now, open the multiselect popup. We can see the modified data source in the popup.

 

Sample by rendering with help of input tag: https://stackblitz.com/edit/js-mxnu9c?file=index.html