Skip to content
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

Is there a way to turn off the hover alt text '18.75 out of 4' ? #32

Closed
ching opened this issue Nov 21, 2022 · 2 comments
Closed

Is there a way to turn off the hover alt text '18.75 out of 4' ? #32

ching opened this issue Nov 21, 2022 · 2 comments

Comments

@ching
Copy link

ching commented Nov 21, 2022

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).

image

Here is the code used:

<Rating
    onClick={handleRating2}
    transition
    iconsCount={4}
    size={50}
/>

Please advise! Thank you!

@ching ching changed the title Is there a way to turn off the hover alt text '24 out of 4' ? Is there a way to turn off the hover alt text '18.75 out of 4' ? Nov 21, 2022
awran5 added a commit that referenced this issue Nov 22, 2022
@awran5
Copy link
Owner

awran5 commented Nov 22, 2022

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.

@ching
Copy link
Author

ching commented Nov 30, 2022

Confirmed that it is fixed - thanks!

@awran5 awran5 closed this as completed Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants