Whenever we are using the Checkbox Row component and there is a refresh in the View , on click Blur event is happening but when we click again it works fine, we raise a pega Service Request and received the following response
"After investigating your custom component (Pega_Extensions_CheckboxRow.js), we've identified the root cause of the problem. The issue occurs because the component is triggering a refresh call immediately upon the onBlur event, before the component has fully re-rendered with the updated checkbox value. This premature refresh sends stale data to the server, and when the server responds, it overwrites the user's selection, causing the checkbox to revert to its previous state.
Since this is related to the Constellation UI framework, we recommend submitting this issue to the official GitHub repository."
Whenever we are using the Checkbox Row component and there is a refresh in the View , on click Blur event is happening but when we click again it works fine, we raise a pega Service Request and received the following response
"After investigating your custom component (Pega_Extensions_CheckboxRow.js), we've identified the root cause of the problem. The issue occurs because the component is triggering a refresh call immediately upon the onBlur event, before the component has fully re-rendered with the updated checkbox value. This premature refresh sends stale data to the server, and when the server responds, it overwrites the user's selection, causing the checkbox to revert to its previous state.
Since this is related to the Constellation UI framework, we recommend submitting this issue to the official GitHub repository."