Rik

Results 425 comments of Rik

I'll see if I have some time to investigate this next week.

@alex7654 Just checked. The browser doesn't recognise the file type when read from a folder vs when a file is dropped on its own (don't know why). When dropping a...

Thanks for reporting, will look into it.

If you adjust the DOM you have to re-initialise Flip. Alternatively you can use the JS api to generate the DOM dynamically which might be a better option in this...

From https://github.com/pqina/filepond-plugin-file-validate-type > If you're having trouble setting the correct mime type, use [this codepend demo](https://codepen.io/rikschennink/pen/NzRvbj) to view the mime type detected by different browsers. Make sure the browser detects...

It's possible you have to set `dropValidation` to `true`

@anthonysgro Hey, I'm unfortunately not proficient enough in TypeScript to solve this based on the descriptions above. I guess coercing will work for now and I don't see that causing...

@OscarGodson Thanks for the suggestion, I've updated the docs with a short annotation.

I don't think there currently is, the `duration` helper only returns 24 hours format.

Hey, glad to hear it's a good fit (no pun intended). I don't think this is currently possible, perhaps you can use a MutationObserver to check the current styles set...