Our powerful JS Calendar component


Post by SHQK »

I have a feature "Booknext"
When click in event and chose option "Booknext", I can create a duplicate this event in another date,
When I click in another date, the pop-up add new event is show, and then if I don't want to create a duplicate in there, I will click button Cancel,
But new event not disappear,
You can see file attachnments for more detail

Attachments
bugnewevent.gif
bugnewevent.gif (390.13 KiB) Viewed 508 times

Post by mats »

To let our editor know you are editing a newly created event, please set:

eventRecord.meta.isCreating = true

before you start editing it.


Post by SHQK »

If I follow your guide, I have another issue,
Please see my file attachnment,
I have a feature work look like drag and drop,
But when the pop-up confirm is show, then click cancel,
After that, event ediotor always display in top-left screen

Attachments
ezgif-2-0c9a691782b0.gif
ezgif-2-0c9a691782b0.gif (520.2 KiB) Viewed 501 times

Post by mats »

We could not reproduce this issue. To assist you with your question, please provide more details including a runnable test case (as described in our support guidelines).

To get the fastest possible support, provide a simple test case based on our standard examples.


Post Reply