We have an application that instantiates ejs-sidebar as shown below:
<ejs-sidebar #mainSidebar class="menu-sidebar-large" showBackdrop="true" closeOnDocumentClick="true" width="1160">
<div></div>
</ejs-sidebar>
Within the sidebar, we have an ejs-grid control with a toolbar whose click event launches a modal ejs-dialog containing a form. When clicking on any object in the modal dialog, the sidebar will automatically close. Since we're dealing with a modal, shouldn't any interaction events outside the dialog be ignored? We would expect the sidebar to remain open.
Please advise.
Jon