Skip to content
Developerhome

Whats New Sage 200 2024 R2 - Web Amendability

Published   30 October 2024     Less than to read

New Components

No new components have been added in this release.

Removed Components

No components have been removed in this release.

Updated Components

  • RadioButton
    • onChange prop has been modified
      • Description has changed from “OnChange event handler” to “Callback fired when the user selects a RadioButton. If the RadioButton forms part of a RadioButtonGroup with an onChange event handler, that change event handler will take priority over this prop.”
    • onBlur prop has been modified
      • Description has changed from “Blur event handler” to “Blur event handler. If the RadioButton forms part of a RadioButtonGroup with an onBlur event handler, that blur event handler will take priority over this prop.”
  • RadioButtonGroup
    • onChange prop has been modified
      • Description has changed from “Callback fired when the user selects a RadioButton” to “Callback fired when the user selects a RadioButton. This prop will take priority over onChange props on child RadioButtons.”
    • onBlur prop has been modified
      • Description has changed from “Callback fired when each RadioButton is blurred” to “Callback fired when each RadioButton is blurred. This prop will take priority over onBlur props on child RadioButtons.”