epartment / nova-dependency-container

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

Pseudo Field Elements #191

Open timkerr222 opened 2 years ago

timkerr222 commented 2 years ago

I was wondering if it was possible to make a dependency container dependOn a "pseudo-field element". IE lets say, I just want to use the dependency container based on a response, say a boolean check box, but not have that boolean check box actually fillable or defined on my model?