Open wamesro opened 1 year ago
Hello from Laravel Nova version >= 4.29.6 this plugin has no working with options set in dependsOn() and action
dependsOn()
Current version 4.32.1 still not working
BelongsTo::make('Product', 'product', Product::class), BooleanGroup::make('Variant', 'variant') ->dependsOn(['product'], function (BooleanGroup $field, NovaRequest $request, FormData $formData): void { $productId = $formData->product; if ($productId) { $options = ProductVariantController::getVariantsByProductId($productId); $field->options($options); } }),
@stepanenko3 do you have any idea what to do with it?
Hello from Laravel Nova version >= 4.29.6 this plugin has no working with options set in
dependsOn()
and actionCurrent version 4.32.1 still not working