Rik

Results 281 comments of Rik

FilePond is constantly determining its size, if it's set to display none it has zero size and sometimes it doesn't know how to deal with that. I'd advise to use...

@jgauna If it's rendered for the first time it should have a display size. It's unclear if that is the case, and/or if the `is-visible` class affects the display or...

if I remove the initial file and drop a new file when the tab loads it works. maybe the content in the tab is display none and when filepond can't...

there is not, but you can try dispatching a custom resize event on the window, filepond should pick that up and redraw.

Hi, Yes all internals are managed by FilePond and there's currently no way to dynamically add custom attributes to internal fields (apart from id / class). On which internal elements...

@reinrl Definitely, I want FilePond to be accessible and it's indeed a bit weird that when the label hides there is no other label describing the field. However I'm super...

@reinrl 1. I don't know. But what I do know is that aria attributes should be used when HTML attributes don't cut it. So would a `required` attribute not catch...

I've considered this initially but decided against it as most uploads I think are too short lived to calculate an average duration for. Of course it would be nice to...

It shouldn't overlap/overflow like that, I'll see if I can fix that first and then introduce a different item layout option that has more room for text.