Rating: Missing cancel input in component #17210
Labels
Component: Documentation
Issue or pull request is related to Documentation
Resolution: By Design
The behavior in the issue is by design and the component exhibits the expected behavior
Milestone
Describe the bug
The
Rating
component documentation mentions thecancelIcon
andonCancel
inputs/outputs. However, it seems that the following inputs have been removed:These inputs were available and functional in previous versions
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/kycanndj?file=src%2Fapp%2Frating-basic-demo.ts,src%2Fapp%2Frating-basic-demo.html
Environment
windows
Angular version
19.0.0
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
it is no longer possible to bind the following inputs:
-cancel
-iconCancelStyle
-iconCancelClass
Expected behavior
The
Rating
component should support the following inputs as it did in previous versions:cancel
: A boolean input to enable or disable the cancel functionality.iconCancelStyle
: A style object to customize the appearance of the cancel icon.iconCancelClass
: A class string to apply custom CSS classes to the cancel icon.The text was updated successfully, but these errors were encountered: