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

Setting the Blazor NimbleCheckbox Indeterminate property to true does not work #2543

Open
joseahdz opened this issue Feb 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@joseahdz
Copy link
Contributor

🐛 Bug Report

Setting the Indeterminate property of the NimbleCheckbox in Blazor to true does not work. The checkbox does not changes to an indeterminate state.

💻 Repro or Code Sample

Adding this code to a Blazor file does not set the checkbox to an indeterminate state
<NimbleCheckbox Indeterminate="true"></NimbleCheckbox>

🤔 Expected Behavior

The checkbox should be in an indeterminate state

😯 Current Behavior

The checkbox is unchecked.

💁 Possible Solution

There is no workaround since indeterminate is a property and not an attribute. Blazor does not support setting properties.

🔦 Context

Found the issue while debugging another issue. I am not using a checkbox right now, but this bug needs to be fixed since other issues might be running into this and I might eventually have a need for a checkbox.

🌍 Your Environment

OS: Windows 11
Browser: Chrome
Version: 19.5.1

@joseahdz joseahdz added bug Something isn't working triage New issue that needs to be reviewed labels Feb 22, 2025
@m-akinc m-akinc removed the triage New issue that needs to be reviewed label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants