Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox is not being reset to unchecked state when we make it visible after hiding using ActivateConditional . #743

Open
Jyoti-dev-java opened this issue Nov 27, 2020 · 0 comments

Comments

@Jyoti-dev-java
Copy link

Jyoti-dev-java commented Nov 27, 2020

Issue Details

Type of Issue (check one with "X")

[ 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

  1. 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 .
  2. Now check the ckeckbox.
  3. Change dropdown value to 'No'. Now checkbox will be hidden due to activateConditional on it .
  4. Again select 'Yes' from dropdown .
    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

  • Nimbus Version:
  • Browser:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant