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

beginner's question: how to use for e.g. MorphToMany::make('Tags') #36

Open
wivaku opened this issue Nov 1, 2021 · 0 comments
Open

Comments

@wivaku
Copy link

wivaku commented Nov 1, 2021

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?

@wivaku 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 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

1 participant