Skip to content

🐞 Bug: Checkbox not unchecking when clicked #36

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

Open
2 of 16 tasks
justjam2013 opened this issue May 29, 2025 · 0 comments
Open
2 of 16 tasks

🐞 Bug: Checkbox not unchecking when clicked #36

justjam2013 opened this issue May 29, 2025 · 0 comments

Comments

@justjam2013
Copy link

justjam2013 commented May 29, 2025

Describe the bug
which version of ng-formworks:

  • 15.x.x
  • 16.x.x
  • 17.x.x
  • 18.x.x
  • [x ] 19.x.x

which version of Angular:

  • 15
  • 16
  • 17
  • 18
  • 19

which framework:

  • MaterialDesignFrameworkModule β€” Material Design
  • Bootstrap3FrameworkModule β€” Bootstrap 3
  • Bootstrap4FrameworkModule β€” Bootstrap 4
  • Bootstrap5FrameworkModule β€” Bootstrap 5
  • DaisyUIFrameworkModule β€” DaisyUI
  • NoFrameworkModule β€” plain HTML
  • Other (please specify below)

A clear and concise description of what the bug is.

To Reproduce

In this playground example the checkbox does not uncheck correctly.

The checkbox in the form controls if an object with two properties is displayed or hidden. Initially the checkbox is unchecked and the second input is hidden.

Image

When the checkbox is clicked, the second input is shown and the checkbox displays as checked:

Image

When the checkbox is clicked, the second input is hidden but the checkbox remains displays as checked:

Image

When the checkbox is clicked again, the second input remains hidden and the checkbox displays as unchecked:

Image

Desktop (please complete the following information):

  • OS: [macOS]
  • Browser [chrome]
  • Version [125.0.6422.142]
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