I want to display multiple file uploads horizontally rather than the default vertical. I don't see any mention of this in the documentation.
Asked
Active
Viewed 837 times
2
-
1https://pqina.nl/filepond/docs/patterns/api/style/#grid-layout – Rik May 29 '19 at 07:04
1 Answers
2
The v4.0.0
has incorporated the grid layout which allows having a horizontal layout.
Look at the documentation here.
You can also look at the issue being talked over here
I hope it helps.

Whyashh
- 93
- 9
-
If only they were using flex instead of calculating manually the position of everything in js.. This solution sadly works terribly when you have different file types which will have a different render height – Tofandel May 18 '22 at 12:03