Add Type to Buttons in Button Group

normal button components let you change the type to a Submit for forms, but this feature is missing for buttons that are in a Button Group component

image

it's not a big deal, the same functionality can be mimicked by adding events directly to the buttons in the group but this forces duplicate code.

I tried the following to prevent the duplicate code by moving it to the on submit event of the forum, but all this seems to do is make a notification that says 'true'
image
image
the 'on submit' event doesn't actually trigger, but something returns 'true'.... no clue what though

Hi @bobthebear! Regarding Button Group – adding a Submit type is a reasonable request but generally we are encouraging people to prefer using multiple buttons within a Stack, so additions to Button Group are not likely to be a high priority.

I wasn't able to reproduce the "true" message problem just now but if you can attach an app ZIP reproducing that issue I'll take a look.