Pasting in to a tagsInput splits a string

I'm not sure if this is a feature or a bug but if you have a simple tagsInput field and you paste a string in, it appears to be splitting it in to different tags

  TagsInput::make('test');


Is this the correct functionality or is there a way to stop it so it just accepts the entire string ?
Solution
Looks like it was already reported and fixed - https://github.com/filamentphp/filament/issues/9313
GitHub
Package filament/filament Package Version v3.0.0 Laravel Version v10.10 Livewire Version No response PHP Version 8.2 Problem description When pasting texts into the TagsInput field, every character...
Was this page helpful?