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
-
docs say this:
however, what about the
Repeater
itself?:Beta Was this translation helpful? Give feedback.
All reactions