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!>
Thanks for joining our community and helping improve Syncfusion products!
When we render the Multiple MultiSelect components on the same page and select the value using keyboard action then the popup does not close. This issue occurs in the checkbox mode.
Please find the source validation details below.
In the DocumentClick action, this.isPopupOpen() method returns the value as false on multiple component rendering. Due to this, hidePopup() does not call and the customer reported the issue occurs.
Issue Reproducing sample Link: https://stackblitz.com/edit/gmr7bx-uxvwt2?file=index.ts
Replication procedure:
1. Run the sample
2. Open the popup
3. Press the “arrow down” key for moving to the list item.
4. Then press the “enter” key for selecting any values in the popup.
5. Now, click the document for closing the popup. Popup does not close.
The same case is working fine for mouse action.
1. Run the sample
2. Open the popup.
3. Then select any values and click the document.
4. Now, the popup gets closed and the issue does not occur.