Skip to content

Commit

Permalink
Set status to mixed on child change
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jun 26, 2024
1 parent 44d40b0 commit de6e4f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function useCheckboxGroupParent(
}
uncontrolledStateRef.current = newValue;
onValueChange(newValue);
setStatus('mixed');
},
}),
[id, onValueChange, value],
Expand Down

0 comments on commit de6e4f0

Please sign in to comment.