I have a component that has a modal dialog (ejs-dialog). When the component is rendered, the dialog is opened automatically because the dialog component's open event is triggered. How can I prevent the dialog from being opened when the view is initialized? I don't want the dialog to open until the appropriate button is clicked.