Open simpsons310 opened 3 years ago
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
Hey,
The package uses robrogers3/vue-single-select to do the heavy-lifting and I'm not sure that supports this logic.
I've tried laravel nova example about select with group options
But it seem that this package does not handle with this case