filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.09k stars 2.83k forks source link

Each character automatically becoming tags when pasting in a TagsInput #9313

Closed NaungYeHtet closed 11 months ago

NaungYeHtet commented 11 months ago

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 of the text becomes a tag.

image

Expected behavior

Pasted text will be a single tag

Steps to reproduce

Copy some texts and paste into the TagsInput field.

Reproduction repository

https://github.com/NaungYeHtet/filament-ascept-ratio

Relevant log output

No response

zepfietje commented 11 months ago

Thanks for reporting! Fixed by https://github.com/filamentphp/filament/commit/78f9a7b4c12462d457755ea780d84874bc382f8a.

Let us know if you still experience any problems after the next update.