Can't Write Input Using DayPilot.Modal.prompt
3 years ago.
Hello,
I'm testing out DayPilot pro in an Angular typescript application. I'm using a Modal.prompt() inside of a Calendar config.
My issue is that prompt will function properly accept that it will not all user input. It will display default values, etc. but the input field will not work.
For testing, if I change the Modal.prompt() to a prompt(), it functions properly and allows input.
Attached are screenshots of the applicable code for both examples.
DayPilot