orlyapps / nova-belongsto-depend

Larave Nova BelongsTo Field with Dependcy
MIT License
182 stars 65 forks source link

Request: (cascade) delete dependable options when parent is deselected #60

Open preliot opened 4 years ago

preliot commented 4 years ago

Imagine a department depends on a location, and the location on a client. All selects are populated when i select a client, then a location and finally a department.

It would be great when a parent field is erased, the dependable options are also gone from location. And because location is erased, the department options also.