Closed ching closed 2 years ago
Hi @ching
Just release a new v5.1.7 to fix this with an option to disable the title tag if you want.
<Rating allowTitleTag={false} {/* ... */ }/>
Please test and let me know.
Thank you.
Confirmed that it is fixed - thanks!
Hi there!
I would like to use this component and adjust the iconsCount to less than 5. However, the alt text is calculated as percentages by default. So instead of 3 out of 4 given iconsCount of 4, it displays as 18.75 out of 4 (which is quite confusing for the user).
Here is the code used:
Please advise! Thank you!