Replies: 4 comments
-
I have same problem. Any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my tests filament field work only with same properties of events from full calendar (id, title, groupId, etc)- https://fullcalendar.io/docs/event-object If implement extendedProps to fill de form, resolve the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same thing here, cannot seem to fill in the edit form with the additional values. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to add more fields to the edit event form by overriding the getEditEventFormSchema method like so
I also implemented some other methods like these
I tried various things like overriding getEditEventForm method to force the model like in the original filament class
Each time, when i open the modal, only the id, start and end values are filled.
What do i do wrong ? How can i make it works ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions