filestack-js
filestack-js copied to clipboard
Pasting Excel Spreadsheet Cell into any HTML input triggers Filestack upload (only since version 3.24.0)
We're currently pinned to 3.x.x, and since the release of 3.24.0, when copying and pasting an excel spreadsheet cell into a textfield (after calling filestack.init(...)) an upload will be triggered. Explicitly pinning to 3.23.2 fixes this issue.
Expected Behavior
Regular old paste, should not trigger an upload
Current Behavior
Copying an excel spreadsheet cell and pasting it into an input triggers an upload
Possible Solution
As mentioned above, rolling back to version 3.23.2 fixes this issue. Couldn't find anything in the release diff to indicate where the bug is coming from, however!
Steps to Reproduce (for bugs)

- Copy spreadsheet cell
- Ensure filepicker is initialized on page
- Paste into regular text input
Your Environment
- Version used:
3.x.x(3.24.0 I believe?) - Browser Name and version: Chrome 91
- Operating System and version (desktop or mobile): Mac
We are currently investigating that case