chore: Move Input to functional component (#4629)

* chore: Remove ReactHookWrappedInput workaround
Move Input to functional component

* I love Typescript
This commit is contained in:
Tom Moor
2023-01-01 18:35:02 +00:00
committed by GitHub
parent 2494ca39c1
commit 205f7d2a7e
7 changed files with 78 additions and 90 deletions

View File

@@ -42,7 +42,7 @@ function InputSearch(
onBlur={handleBlur}
margin={0}
labelHidden
innerRef={ref}
ref={ref}
{...rest}
/>
);