79393326

Date: 2025-01-28 09:43:42
Score: 1
Natty:
Report link

Instead of

   var oRBGroup = this.getView().byId("rbg1");
   var oButtonSelectedIndex = oRBGroup.getSelectedButtonIndex();

write

var oRBGroup = this.getView().byId("rbg1");      
var oButtonSelectedIndex = oRBGroup.getSelectedIndex();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Loui