Scheduler custom event form

Does the event view blocks modal windows?

I have added an input in the event form, and on that click I want to show a modal window, from where the user can select his’ input.
The problem is that it won’t show my modal window.

I tried adding an alert instead of the modal window, and it works.

I used the modal code in a separate page, where I haven’t used any webix controls and it works.

Hello,

Did you call show() method for this window ?

webix.ui({view: “window”,…}).show();