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

feat: RatingGroup component #516

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: remove comment
  • Loading branch information
HBS999 committed Nov 4, 2024
commit fc2cf2f65f2f1f44d714cb6777592e34f648a4bf
1 change: 0 additions & 1 deletion packages/core/src/rating-group/rating-group-item.tsx
Original file line number Diff line number Diff line change
@@ -230,7 +230,6 @@ export function RatingGroupItem<T extends ValidComponent = "div">(
case EventKey.Space:
e.preventDefault();
ratingGroupContext.setValue(newValue()!);
// ratingGroupContext.setHoveredValue(-1);
break;
case EventKey.Home:
e.preventDefault();