How to only allow TagsInput to use tags from suggestion?
I want to stop user from creating tags on the fly and allow use the suggested values
3 Replies
just disable the createPage class .
Why not a Select multiple?
Because I'm using the
spatie\laravel-tag
and the filament package counterpart. This filament package extends from TagsInput
.
This will not help, because I need to associate my models with the tags, and for the first moment of this application the users cannot create their custom tags.
I already created a migration that populate the database with the possible values.