Skip to content

Inline select of a related entity field #27

@andypooletrioteca

Description

@andypooletrioteca

I'm trying to use the component to update a related entity but i'm beginning to feel this is not possible.

Basically i'm trying to do something like this:

            InlineSelect::make('Status', 'relatedStuff.status')
                ->options(RelatedStuff::STATUS_NAMES)
                ->displayUsingLabels()->inlineOnIndex()->disableTwoStepOnIndex(),

The status list displays correctly but the value doesn't get updated when i change it.

Any guidelines on how to approach this development? i could try to do a pull request with this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions