Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Select auto complete not working with group select #33

Open
simpsons310 opened this issue Aug 12, 2021 · 1 comment
Open

Select auto complete not working with group select #33

simpsons310 opened this issue Aug 12, 2021 · 1 comment

Comments

@simpsons310
Copy link

simpsons310 commented Aug 12, 2021

I've tried laravel nova example about select with group options

SelectAutoComplete::make('Size')->options([
    'MS' => ['label' => 'Small', 'group' => 'Men Sizes'],
    'MM' => ['label' => 'Medium', 'group' => 'Men Sizes'],
    'WS' => ['label' => 'Small', 'group' => 'Women Sizes'],
    'WM' => ['label' => 'Medium', 'group' => 'Women Sizes'],
]),

But it seem that this package does not handle with this case
image

@techouse
Copy link
Owner

Hey,

The package uses robrogers3/vue-single-select to do the heavy-lifting and I'm not sure that supports this logic.

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

2 participants