App bridge resource picker doesn't have a "select all" button?

Basically I’m using the resource picker this way:

    shopify.resourcePicker({
        type: 'product',
        multiple: true,
        action: "select",
    });

I noticed that you can filter the products by collection, tags, which is great, but I haven’t found any way to let users select all filtered products. Is there any way? I think the resource picker should an option for this.

Unfortunately, there is no way to select all resources.

This doesn’t answer your question, but you can preselect resources using selectionIds option.

Pretty sad :smiling_face_with_tear:, thank you @remy727