Help Needed with DateTimePicker in Repeater
Hi everyone,
I've recently started exploring Filament and have encountered a challenge that I haven't been able to resolve despite trying numerous solutions from forums and documentation. Here's a simplified version of my code:
What I am trying to achieve is to have the date and time set at the beginning to be copied into the "DateTimePicker" within the "Repeater" section. Despite various attempts, I haven't been able to get it to work.
Any help or guidance would be greatly appreciated!
Thank you in advance for your support.
2 Replies
I think you need ->live() on the first time picker. New myself but I think possibly that’s what’s missing.
Thank you for your suggestion. However, since the parent-child relationship is not straightforward in Filament, I solved it this way:
Thanks again for the advice!