We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 056ca4d + baff2c8 commit 146ec6dCopy full SHA for 146ec6d
src/Input.tsx
@@ -53,8 +53,8 @@ export namespace InputProps {
53
>;
54
/** Props forwarded to the underlying <label /> element */
55
nativeLabelProps?: DetailedHTMLProps<
56
- LabelHTMLAttributes<HTMLInputElement>,
57
- HTMLInputElement
+ LabelHTMLAttributes<HTMLLabelElement>,
+ HTMLLabelElement
58
59
60
nativeTextAreaProps?: never;
@@ -70,8 +70,8 @@ export namespace InputProps {
70
71
72
73
- LabelHTMLAttributes<HTMLTextAreaElement>,
74
- HTMLTextAreaElement
75
76
77
nativeInputProps?: never;
0 commit comments