alexwenzel / nova-dependency-container

A Laravel Nova field container allowing to depend on other fields values
MIT License
45 stars 33 forks source link

Fields value does not show when update with whitecube/nova-flexible-content package. #36

Open mialyGit opened 1 year ago

mialyGit commented 1 year ago

I use whitecube/nova-flexible-content package : https://github.com/whitecube/nova-flexible-content Add and details view worked sucessfully but when update : Fields inside DependencyContainer is empty

okkoko2

Anyone has an Idea ?

davinyoeun commented 1 year ago

I use whitecube/nova-flexible-content package : https://github.com/whitecube/nova-flexible-content Add and details view worked sucessfully but when update : Fields inside DependencyContainer is empty

okkoko2

Anyone has an Idea ?

I also face with this problem now. @mialyGit Have you found solution for this issue yet?

AndreasGJ commented 9 months ago

I also see this issue

DependencyContainer::make([
                Flexible::make('FAQ', 'faq')
                    ->addLayout('FAQ', 'faq', [
                        Text::make('Title', 'title')
                            ->required(),
                        Trix::make('Content', 'wysiwyg')
                            ->required(),
                    ])
                    ->fullWidth()
                    ->button('Add faq'),
            ])->dependsOn('content_type', 'faq'),
andrii-trush commented 3 months ago

Any news how to fix it?

andrii-trush commented 3 months ago

@alexwenzel Could You support with this issue?

alexwenzel commented 3 months ago

Hi, yes i can. I have time for this in 3 or 4 days. Will Reply then.

daanadriaan commented 1 week ago

@alexwenzel Any luck on fixing this issue?