Skip to content

Commit

Permalink
[@mantine/core] NumberInput: Fix incorrect ref node type
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 19, 2024
1 parent 716194c commit 6a067f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export interface NumberInputProps

export type NumberInputFactory = Factory<{
props: NumberInputProps;
ref: HTMLDivElement;
ref: HTMLInputElement;
stylesNames: NumberInputStylesNames;
vars: NumberInputCssVariables;
variant: InputVariant;
Expand Down

0 comments on commit 6a067f1

Please sign in to comment.