Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

[Feature Request] Multiselect with dependency #1

@terasupernova

Description

@terasupernova

Hi, it is possible to add dependency into multiselect?
For example:

MultiSelect::make('Outlets', 'outlets')
                ->options(\App\Models\Outlet::get(['id', 'name'])->where('merchant_id', $this->merchant_id))
                ->placeHolder('Select Outlets')
                ->rules('required'),

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions