epartment / nova-dependency-container

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

Password fields are always visible in Nova Dependency Container #132

Open bb140856 opened 4 years ago

bb140856 commented 4 years ago

Password Fields are visible in Detail view despite of chained method:

->onlyOnForms()

The same situation is with PasswordConfirmation Field. See screenshot - it's Detail View.

Screenshot 2020-09-22 at 16 36 06
ragingdave commented 3 years ago

Can you post your whole relevant dependency container and field configuration so that we might be able to replicate? This is a bit too vague to really work up test cases.