yassilah / laravel-nova-nested-form

This package allows you to include your nested relationships' forms into a parent form.
240 stars 96 forks source link

How To Remove Delete Button, Also Place Keyword Not Working #86

Open jahid56 opened 5 years ago

jahid56 commented 5 years ago

I want To Remove The Delete Button But could not find a way of doing this. Also Laravel Nova Place Keyword Not working, When I Use Place::make('Address', 'street') ->rules('required', 'max:191'), I does Not Give The Location Suggestion rather than It Shows Error DOMException: Failed to execute 'querySelector' on 'Document': '#profile[0][address][0][street]' is not a valid selector.

yassilah commented 5 years ago

Hm i see, this would require making a custom place field as the new nested attribute cannot be a valid selector... did you fix the issue?

jahid56 commented 5 years ago

No Sir, I did not Fix the issue, how can I make a custom place field? Also How Can I Remove The Delete Button?