You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X] Bug Report => Please search GitHub for a similar issue or PR before submitting
[ ] Feature Request => Please ensure feature is not already in progress
[ ] Support Request => Please do not submit support requests here, instead see: https://discourse.oss.antheminc.com/
Current Behavior
Checkbox is not being reset to unchecked state when we make it visible after hiding using ActivateConditional .
Expected Behavior
Checkbox should be reset
How to Reproduce the Issue
Steps to Reproduce
Create a dropdown with min 2 values , e.g.- Yes and No.
2)Add activateConditional to it so that when 'Yes' is selected , checkbox is visible .
Now check the ckeckbox.
Change dropdown value to 'No'. Now checkbox will be hidden due to activateConditional on it .
Again select 'Yes' from dropdown .
Now checkbox is visible but it still shows as checked . It should not be checked by default here .
Issue Details
Type of Issue (check one with "X")
Current Behavior
Checkbox is not being reset to unchecked state when we make it visible after hiding using ActivateConditional .
Expected Behavior
Checkbox should be reset
How to Reproduce the Issue
Steps to Reproduce
2)Add activateConditional to it so that when 'Yes' is selected , checkbox is visible .
Now checkbox is visible but it still shows as checked . It should not be checked by default here .
Code Snippet
Please find attached files for code snippet
CodeSnippet.zip
Environment Details
The text was updated successfully, but these errors were encountered: