Hi Syncfusion Team,
I need help with an issue I've been experiencing with the SfCheckbox. When I click on a checkbox, I intercept the onchanged event and use it to display a confirmation message to the user. For the popup, I am using Blazored Modal. As soon as the popup is displayed, the value of the checkbox seems to change back to the initial value.D
I've attached a sample project, to reproduce the error and see what it is that I'm referring to:
1. Place a breakpoint in the setter of the class property BugSample.Shared.Modals.CardTypesModal.IsMarketing
2. Run the project
2. Once the project is running, locate the side menu and on the side menu, click 'Counter'
3. Once you're on the counter page, click on the 'Click me' button.
4. Once the popup is displayed, click on the 'Marketing' Checkbox, as soon as one does so, a confirmation modal should popup and the breakpoint placed in the first step should be hit and the value will be changed.
Attachment:
BugSample_c96a9eb3.zip