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
19.39k stars 2.97k forks source link

Allows to paste from clipboard to field under cursor #14850

Closed smackup closed 1 day ago

smackup commented 1 day ago

Description

Allows to paste from clipboard to field under cursor

Visual changes

No visual changes, only functionality

https://github.com/user-attachments/assets/7d9d437f-debc-45a8-add4-bc29a90ccc41

Functional changes

zepfietje commented 1 day ago

Thanks for contributing, @smackup! While I do see the use case for this, I'm not sure about the UX of pasting into a hovered file upload field. Since it's easy to achieve this functionality in your own apps using extraAttributes, I'm going to close this PR.

If you think I'm wrong, please let me know! 🙂