nova-inline-relationship icon indicating copy to clipboard operation
nova-inline-relationship copied to clipboard

hasMany Inline field validation

Open abdulSF opened this issue 3 years ago • 1 comments

On the following code. I am using hasMany with inline relation. But when I add validation on fields in "BundlePublications". It is not working.

// Bundle Resource HasMany::make('Bundle Product', 'BundlePublications', \App\Nova\BundlePublication::class) ->inline(),

//BundlePublications Resource Number::make('Quantity', 'qty')->rules('required'),

abdulSF avatar Jun 22 '21 10:06 abdulSF