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
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'
the 'on submit' event doesn't actually trigger, but something returns 'true'.... no clue what though