We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To open a modal and create an event, this function is not executed.
onBeforeCreateEvent={(event) => { // this.onCreateSchedule console.log(event) }}
In version 1.0.6 this worked correctly.
onBeforeCreateSchedule={(schedule)=>{ //this.onCreateSchedule console.log(schedule) }}
In short, in the current version, neither of the two works. What I am looking for is to open a custom modal to create an event.
The text was updated successfully, but these errors were encountered:
I am experiencing this as well.
Sorry, something went wrong.
same issue here
No branches or pull requests
Current Behavior
To open a modal and create an event, this function is not executed.
Expected Behavior
In version 1.0.6 this worked correctly.
In short, in the current version, neither of the two works.
What I am looking for is to open a custom modal to create an event.
The text was updated successfully, but these errors were encountered: