Buttons in a buttongroup in a mobile app are rendered by default without a type attribute.
By default they behave as buttons with type="submit"
When a user presses the Enter-key the first option of the buttongroup is selected even when a different option is selected first.
As a workaround I have added type="button" to every button in a buttongroup but I think this shoud be done by the platform.