Skip to content

Commit

Permalink
Merge pull request #1221 from nsbno/fix-choice-chip
Browse files Browse the repository at this point in the history
ChoiceChip: Fix bug with isChecked
  • Loading branch information
alicemacl committed Jul 4, 2024
2 parents 9781296 + d63e3c6 commit 860105c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-pigs-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vygruppen/spor-react": minor
---

ChoiceChip: Fix isChecked bug
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/spor-react/src/input/ChoiceChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const ChoiceChip = forwardRef(
{
children,
icon,
isChecked,
isDisabled,
size = "sm",
chipType = "choice",
Expand Down

0 comments on commit 860105c

Please sign in to comment.