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.
1 parent 8ed9478 commit 7b65f78Copy full SHA for 7b65f78
src/forms/TextInput.tsx
@@ -43,4 +43,4 @@ export const TextAreaFixed = forwardRef<HTMLSpanElement, TextAreaProps>((props,
43
return <TextAreaUIKit ref={ref} {...props} controlRef={controlRef} autoFocus={false} />;
44
});
45
46
-TextAreaFixed.displayName = 'TextInputFixed';
+TextAreaFixed.displayName = 'TextAreaFixed';
0 commit comments