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

[Feature Request] Multiselect with dependency #1

Open
terasupernova opened this issue May 31, 2019 · 0 comments
Open

[Feature Request] Multiselect with dependency #1

terasupernova opened this issue May 31, 2019 · 0 comments

Comments

@terasupernova
Copy link

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.

@terasupernova terasupernova changed the title [Feature Request] [Feature Request] Multiselect with dependency May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant