Filled rating stars #11942
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can do this: Hovering currently is done with CSS so there's no way to change icons in preview when moving mouse across the component - only after value has been submitted by click, but maybe it would work for you. Looks good to me as it conveys both current value and updated value if you click. |
Beta Was this translation helpful? Give feedback.
-
Would be possible to have a filled in star for the last one? Like 50% of the star would be totally yellow and the rest just the yellow border. ![]() |
Beta Was this translation helpful? Give feedback.
You can do this:
https://stackblitz.com/edit/angular-4d63fpkk
Hovering currently is done with CSS so there's no way to change icons in preview when moving mouse across the component - only after value has been submitted by click, but maybe it would work for you. Looks good to me as it conveys both current value and updated value if you click.