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

UX Improvement -- Add support for afterChangeRating() #65

Open
sauceman40 opened this issue Jan 30, 2023 · 0 comments
Open

UX Improvement -- Add support for afterChangeRating() #65

sauceman40 opened this issue Jan 30, 2023 · 0 comments

Comments

@sauceman40
Copy link

Currently this library provides a change function that's triggered every time a star is changed.

However, many of my users invariably end up gliding their finger across the stars when inputting a rating, thus triggering several change events.

It would be great if this library supported an afterChangeRating function.

This function would return the current rating when the user releases their finger from the component, similar to an onMouseUp() event.

There's a good example of how this works in the react-slider library.

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

1 participant