You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
Hi
I am trying to use the package but the select doesnt show up. Here is a screenshot of the issue
I am under Laravel 7.28.0 / Nova v3.12.0
Thank you for your help
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am trying to use the package but the select doesnt show up. Here is a screenshot of the issue
I am under Laravel 7.28.0 / Nova v3.12.0
Thank you for your help
The text was updated successfully, but these errors were encountered: