-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
p-button: disabled p-button doesn't work #12692
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
theophane-girard
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Mar 1, 2023
#12495 same problem |
volvachev
added a commit
to volvachev/primeng
that referenced
this issue
Mar 4, 2023
Duplicate of #12495 |
I fell into the same trap and expected |
mertsincan
pushed a commit
that referenced
this issue
Aug 18, 2023
mertsincan
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
Aug 18, 2023
Fixed in 919f892 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
We can click on disabled buttons when using p-button tag:
stackblitz
disabled works only when using directive
Even if the doc says to use onClick instead of angular native (click), we shouldn't be able to click on a disabled button
Environment
basic app
Reproducer
https://stackblitz.com/edit/angular-zkup5y?file=src/main.ts
Angular version
15.2
PrimeNG version
15.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
latest
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: