Rik

Results 378 comments of Rik

Thanks for the detailed issue report. This would be useful I think, I'm on a short trip, can probably pick this up later this month, PR is welcome as well.

I experimented with this a bit. The above solution wouldn't work. We'd need to add custom onblur and onfocus callbacks to the FilePond core (you can enter the FilePond drop...

There is not, I'll leave this open as a feature request.

FilePond generates a custom list of input elements to store its data, the elements are removed when files are deleted, not sure how that would work with a `ref`

get a ref to FilePond component and call `getFiles()` on the FilePond instance in the ref.

To be honest, I'm not sure what's going on. If I comment out the files / onupdatefiles block, it works as expected. It seems that setting the `files` property is...

As far as I see there is no need to implement hooks, they are however going to deprecate component lifecycle methods that don't fit the async rendering approach, those methods...

Hi, this is currently not possible, you can only set a label

Well, it's not a "native" React component so the React render loop stops at the FilePond init. So there's currently no way to "wrap" a React component.

That said, I am exploring ways to add it but that will probably not be anytime soon.