alexwenzel / nova-dependency-container

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

Show dependency container fields on details/onlyOnForms #47

Open BobbyBorisov opened 3 months ago

BobbyBorisov commented 3 months ago

Hey,

First of all I want to thank you for making the dependency container working for Nova 4!

I have one question thought. I saw that in the documentation there is a section for showing fields on index/detail views by utilizing the fieldsForIndex and so on methods, but I wonder why there is still a TODO in HasDependencies trait - the filterFieldForRequest method. Is there is anything stopping you from filtering the field based on the request type (index, detail and so on)? Have you stumbled on some issue there?

Cheers, Bobby