Skip to content

Commit

Permalink
πŸ› TextField: id sent to inputwrapper was null (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Nov 4, 2022
1 parent d525e18 commit 883de9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ export const TextField = forwardRef<HTMLDivElement, TextFieldProps>(
...fieldProps,
}
helperProps = {
id: helperTextId,
...helperProps,
id: helperTextId,
}
}

Expand Down

0 comments on commit 883de9a

Please sign in to comment.