Replies: 1 comment 1 reply
-
|
Workaround: <?php
namespace App\Nova\Fields;
use Laravel\Nova\Fields\SupportsDependentFields;
class Repeater extends \Laravel\Nova\Fields\Repeater
{
use SupportsDependentFields;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs say this:
however, what about the
Repeateritself?:Beta Was this translation helpful? Give feedback.
All reactions