_qRtrenH&5367
Spatie Tags always creates new tag in form
I have a form for a model resource, where I use this Input:
My problem is that it not only doesn't suggest anything (this can be solved with adding
->suggestions(Tag::where('type', 'teacherTag')->pluck('name')->toArray())
) but it always creates a new tag which completly defies the idea of tags.
My top priority is not to create tags in the form but to attach existing ones.
How could that be done?11 replies