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: Disabled property does not work when it's used with formControlName #14693

Closed
mehmetcetin01140 opened this issue Feb 2, 2024 · 1 comment · Fixed by #14694
Closed
Assignees
Labels
LTS-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mehmetcetin01140
Copy link
Contributor

Describe the bug

Disabled property does not work when it's used with formControlName.

Environment

Angular 17
PrimeNG: 17.3.3

Reproducer

No response

Angular version

17

PrimeNG version

17.3.3

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20

Browser(s)

No response

Steps to reproduce the behavior

New York

Expected behavior

No response

@mehmetcetin01140 mehmetcetin01140 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Feb 2, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Feb 2, 2024
@mehmetcetin01140 mehmetcetin01140 added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Feb 2, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.6.0 milestone Feb 2, 2024
mehmetcetin01140 added a commit that referenced this issue Feb 2, 2024
cetincakiroglu added a commit that referenced this issue Feb 2, 2024
Fixed #14693 - Checkbox | Disabled property does not work when it's u…
@mirinio
Copy link

mirinio commented Feb 19, 2024

this is still not working properly. if I disable the checkbox it only gets disabled within the next detection. So when I click on the checkbox it disables after the click. but it should disable before that.

stackblitz example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants