kirschbaum-development / nova-inline-relationship

A package to present relationships as inline properties in Nova.
MIT License
196 stars 84 forks source link

Field lable design and relation belongs to field not rendering #131

Closed 3owlcristian closed 5 months ago

3owlcristian commented 5 months ago

Hi,

I am facing following problem with the latest laravel nova:

image

also, the relation belongs to the field inside it, somehow not rendering, and needs to use normal select. But Select with searchable is also not working!

Select::make('County', 'county_id')->searchable()->options($counties_arr)->displayUsingLabels(),

luisdalmolin commented 5 months ago

The code snippet you added doesn't seem to have anything to do with this package. Please submit a more detailed issue if you want some support. Ideally, with a reproduction repo.