klepak / nova-depend-fill

Fill Laravel Nova field based on value from other field
5 stars 13 forks source link

Laravel 8 #9

Closed fernandoherlo closed 2 years ago

fernandoherlo commented 3 years ago

Hi!! Do you have plans to update the package and make it compatible with Laravel 8?

pcorrick commented 3 years ago

I'd also like to use this with Laravel 8, I cloned the package and have the fields showing (as action fields), but my textarea is not populated with the template from my select box.

pcorrick commented 3 years ago

I ended up using a different package (https://github.com/epartment/nova-dependency-container) to achieve the result I was looking for.

I have a single Select field, and array of dependent Textarea fields each with a default value set from the Select box values.

ahmed-mohammed1 commented 3 years ago

@pcorrick @klepak @daanadriaan