When using the BottomSheet OutSystemsUI pattern I keep missing the option of clicking on the overlay to close the sheet.
We can of course develop custom javascript to do that, but it would be better to include an option in this pattern.
Ended up building this option myself.
In Dev Patterns you now have a client action called "BottomSheet_Open" that lets you apply some options, namely:
It would still be nice to have this offered by the pattern itself, but for now this should solve it.