wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

Feature Request - ability to choose multiple items #38

Closed lb- closed 2 weeks ago

lb- commented 3 years ago

This may be out of scope but in the context of rethinking chooser mosals it would be good to see if we can find a way to solve the issue of selecting multiple things.

https://stackoverflow.com/questions/42380241/extending-imagechooserpanel-to-allow-multiple-selections-and-uploads

This question is quite a popular one on stack overflow, while it would be possible to just have an InlinePanel approach, sometimes that can be a bit 'slow' interaction wise.

thibaudcolas commented 2 years ago

Related: https://github.com/wagtail/wagtail/issues/1717

thibaudcolas commented 2 weeks ago

I believe this is no longer relevant now that Wagtail has a MultipleChooserPanel.