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.
In my Product nova resource I have added MorphToMany::make('Tags') and I indeed see for a product the list of tags and the button to Attach Tag. When I attach a new tag it shows a regular select but would like to replace that with the select-auto-complete.
How do I achieve this?
The text was updated successfully, but these errors were encountered:
wivaku
changed the title
beginner's question: how to use for e.g.
beginner's question: how to use for e.g. MorphToMany::make('Tags')
Nov 1, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In my Product nova resource I have added
MorphToMany::make('Tags')
and I indeed see for a product the list of tags and the button to Attach Tag. When I attach a new tag it shows a regular select but would like to replace that with the select-auto-complete.How do I achieve this?
The text was updated successfully, but these errors were encountered: