Can we modify SpatieTags to prevent dynamically adding new tags?

This is about SpatieTags plugin (https://filamentphp.com/plugins/filament-spatie-tags)
I have created a separate resource to add/edit/delete tags and will give rights to add/edit/delete tags to certain users only. All other users can just use the tag but not add new one dynamically.
Forms\Components\SpatieTagsInput::make('tags')
Was this page helpful?