waynestate / nova-ckeditor4-field

A Laravel Nova CKEditor4 WYSIWYG Field
MIT License
61 stars 24 forks source link

Add dependsOn method #93

Closed tmartty closed 1 year ago

tmartty commented 1 year ago

Is it possible to add the new Dependent Fields method dependsOn to this CKEditor field?

Docs: https://nova.laravel.com/docs/resources/fields.html#dependent-fields

chrispelzer commented 1 year ago

Yep, I should be able to get that added and available soon. https://nova.laravel.com/docs/customization/fields.html#dependent-form-field

chrispelzer commented 1 year ago

@tmartty Go ahead and try it now, I bumped it up to version 1.3.0 since it is changing the FormField to DependentFormField to prevent any issues with people updating.

tmartty commented 1 year ago

@chrispelzer works like a charm, thanks!