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

The select doesnt show up #18

Open
meyer59 opened this issue Oct 5, 2020 · 2 comments
Open

The select doesnt show up #18

meyer59 opened this issue Oct 5, 2020 · 2 comments

Comments

@meyer59
Copy link

meyer59 commented Oct 5, 2020

Hi
I am trying to use the package but the select doesnt show up. Here is a screenshot of the issue
image
I am under Laravel 7.28.0 / Nova v3.12.0
Thank you for your help

@techouse
Copy link
Owner

techouse commented Oct 6, 2020

I just checked and it works just fine for me.

Can you provide some more info?

@meyer59
Copy link
Author

meyer59 commented Oct 7, 2020

Do you have the above errors in your Console ?
I have followed the installation setup.
In my Action i am defining the Field like that:
SelectAutoComplete::make('Equipement', 'equipment_id') ->options(PlayerEquipment::whereNull('player_id')->orderBy('mac_address')->pluck('mac_address', 'id')->all()) ->displayUsingLabels() ->rules(Rule::exists('player_equipment', 'id')->whereNull('player_id')),
I just replaced the nova Select field by the SelectAutoComplete.
Is there anything else to do after the installation, like publishing asset, providers etc ?
Have you tried unde Nova v3.12.0 and Laravel 7.28.0 ?
Thank you for your help

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