You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
Current behavior
The rating component shows only stars icons.
Expected behavior
It would be usefull if we could specify the icons to render this component.
What is the motivation / use case for changing the behavior?
A concrete use case is when we want to show a "price rating" component. Instead of stars, we could show dollars / euros signs.
A simple implementation for this is to have 3 more inputs :
I'm submitting a ...
Current behavior
The rating component shows only stars icons.
Expected behavior
It would be usefull if we could specify the icons to render this component.
What is the motivation / use case for changing the behavior?
A concrete use case is when we want to show a "price rating" component. Instead of stars, we could show dollars / euros signs.
A simple implementation for this is to have 3 more inputs :
and use it in the component template :
I'll provide a PR with this solution ASAP.
The text was updated successfully, but these errors were encountered: