Skip to content

Commit

Permalink
chore(Select): improve type inferenceOH
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed Jun 24, 2024
1 parent e24f386 commit ff209c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export interface HvSelectProps<
* */
export const HvSelect = fixedForwardRef(function HvSelect<
OptionValue extends {},
Multiple extends boolean,
Multiple extends boolean = false,
>(
props: HvSelectProps<OptionValue, Multiple>,
ref: React.Ref<HTMLButtonElement>,
Expand Down

0 comments on commit ff209c4

Please sign in to comment.