chore: Move Input to functional component (#4629)
* chore: Remove ReactHookWrappedInput workaround Move Input to functional component * I love Typescript
This commit is contained in:
@@ -42,7 +42,7 @@ function InputSearch(
|
||||
onBlur={handleBlur}
|
||||
margin={0}
|
||||
labelHidden
|
||||
innerRef={ref}
|
||||
ref={ref}
|
||||
{...rest}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user