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

Check: readonly should prevent the state change #5955

Open
stsrki opened this issue Jan 28, 2025 · 0 comments
Open

Check: readonly should prevent the state change #5955

stsrki opened this issue Jan 28, 2025 · 0 comments
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@stsrki
Copy link
Collaborator

stsrki commented Jan 28, 2025

Reported by the user 👇


Also found that ‘ReadOnly’ on <Check /> is not working correctly, when ReadOnly=“true” I can still check/uncheck the box ....

<Check Size="Size.Medium" Disabled="false" ReadOnly="true" Checked="@IsNew">Is new</Check> 

@code {
    private bool IsNew{ get; set; }
}

References

@stsrki stsrki added the Type: Bug 🐞 Something isn't working label Jan 28, 2025
@stsrki stsrki added this to the 1.7 support milestone Jan 28, 2025
@stsrki stsrki added this to Support Jan 28, 2025
@github-project-automation github-project-automation bot moved this to 🔙 Backlog in Support Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Status: 🔙 Backlog
Development

No branches or pull requests

1 participant