2

I want to display multiple file uploads horizontally rather than the default vertical. I don't see any mention of this in the documentation.

1 Answers1

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