-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
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
Adding additional fields in popovers #216
Comments
What's your code for the "eventDetailsExtra" slot? |
If I try to add combo "Region" inside of "eventDetailsExtra", I don't see any changes. Example of "eventDetailsExtra" slot:
But, when I override "eventDetailsBusy" slot, and add "Region" combo after your existing code, then I see changes and everything is working fine. Example:
So, for me, only "eventDetailsExtra" is not working, but I'm not sure for what reason |
Hello,
First, just to say, thank you for developing vue calendar with such a great features.
I Added new textbox "Region" into the ds-calendar-event-create-popover component, through "eventCreatePopoverBodyBottom" slot. And it works perfectly. Now I need the same field in the edit dialog (ds-event, for edit and create-edit).
I added it in the "eventDetailsExtra" slot, but nothing happened. I tried different variations (specifying the slot inside of ds-event component, then directly in ds-calendar-app component), but with no luck. My main component is ds-calendar-app.
Can you please give me a more specific example for solving this problem
Thank you
The text was updated successfully, but these errors were encountered: