nonovd
nonovd
Hi, I'd like to sideload data with multi-level relationships such as : ``` json { "workoutPlan": { "id": 1999, "name": "Test Plan", "workout_ids": [ 12452, 12453 ], }, "workouts": [...
### Problem On Create/Edit Form, we cannot use the auto-completion feature available with Place field. https://nova.laravel.com/docs/3.0/resources/fields.html#configuring-field-auto-completion ### To reproduce On parent Resource: ```php MorphOne::make(__('Address'), 'address', Address::class)->inline() ``` On child Resource...