timojuonoja
timojuonoja
In src/modal/modal.js and on StackedMap class: the code uses array find, which is not supported on Internet Explorer. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find Therefore modal cannot be opened at all.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you updated FilePond and its plugins? - [X] I have updated FilePond...
**Is your feature request related to a problem? Please describe.** FilePond has svg icon property for removing, named iconRemove. This icon is used in both removing (for example wrong mime...
**Describe the bug** When using the option `styleButtonRemoveItemPosition: 'right'` and the upload fails, the retry and remove buttons are on top of each others. **To Reproduce** [check this codesandbox](https://codesandbox.io/s/vanilla-filepond-forked-pbtvf). **Expected...
Could you specify description in ToastOptions interface to allow also React node? It should work already, but interface is declared "wrongly" at the moment.
There is no 100% bullet proof email regex, but should you update it to use W3C's one? Currently I'm facing a bug that `a\[email protected]` is passed, when W3C's regex wouldn't...