Dan Harrin

Results 538 comments of Dan Harrin

Hi, opening a modal in a table that exists in another modal is not something that we have ever supported in Filament, and anyone who has gotten it to work...

This issue is because the "timezone" feature only really makes sense when using date-times or times, not date-only. Date only is storing a date with a "midnight" time, and midnight...

Probably something to do with `.length` being a common property in JS land

When you mention parent components, can you provide an example of some code that is currently broken? I'm not even sure that running the hook on parents is desired behaviour...

Does the section have a `statePath()` defined or anything in your example?

Honestly that is super weird behaviour, I never knew it did that. So I will need to look into the underlying cause and decide whether or not that is desired...

Even if it isn't live though, it still happens at some point. Currently, the way it is it means that it never gets executed if its not live, right? Since...

I can't reproduce that behaviour, and update hooks should run whenever a component is updated even if its not live, so you can keep the rest of the form's state...

Hey @Sysix, we updated this based on the latest master, but it appears to be broken as the testbench versions are now not being passed through to that installation command....