Skip to content

Commit

Permalink
fix: value
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoid authored Aug 29, 2024
1 parent 85f5bdc commit bdb2991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/toggle-group/toggle-group-root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

export interface ToggleGroupSingleOptions {
/** The controlled value of the toggle group. */
value?: string;
value?: string | null;

/**
* The value of the select when initially rendered.
Expand Down

0 comments on commit bdb2991

Please sign in to comment.