select-auto-complete icon indicating copy to clipboard operation
select-auto-complete copied to clipboard

An auto-completing Laravel Nova search field

Results 7 select-auto-complete issues
Sort by recently updated
recently updated
newest added

I have Nova 3.30.0 and select-auto-complete. I have e.g. Product and Tag resources for corresponding models. Tag is a [polymorphic many-to-many relationship](https://laravel.com/docs/8.x/eloquent-relationships#many-to-many-polymorphic-relations). In my Product nova resource I have added...

In ```Techouse\SelectAutoComplete\SelectAutoComplete.php```, ```SelectAutoComplete``` is extended from ```Select``` fields but in ```resources/js/components/Form/index.vue``` haven't handled ```readonly``` prop yet.

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'],...

On the screenshots below you can see the problem: ![image](https://user-images.githubusercontent.com/41589422/104682194-cb732380-56fc-11eb-98a3-3d33a63e7d53.png) ![image](https://user-images.githubusercontent.com/41589422/104682220-da59d600-56fc-11eb-869d-f4ee49bcd283.png) I faced not exactly this problem, but that I am not able to depend on selected value with `NovaDependencyContainer`...

select auto complete: v1.3.6 nova: 3.15.0 laravel: v8.15.0 This code below used to work on older versions, but we have recently upgraded to all the latest versions of laravel/nova/ etc....

The selection around the field is different than the default. See screenshots for reference. ![Screen Shot 2020-10-27 at 11 56 11 PM](https://user-images.githubusercontent.com/358137/97389158-1f196200-18b0-11eb-86f5-3c96f953ed20.png) This is the default selection: ![Screen Shot 2020-10-27...

Hi I am trying to use the package but the select doesnt show up. Here is a screenshot of the issue ![image](https://user-images.githubusercontent.com/9505463/95085353-64b69500-071f-11eb-88b1-477deddffad1.png) I am under Laravel 7.28.0 / Nova v3.12.0...