Web: Common: fixed search rendering delay

This commit is contained in:
Nikita Gopienko 2022-06-01 09:45:07 +03:00
parent 4c2064714d
commit ce5684a662
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import SearchInput from "@appserver/components/search-input";
const StyledFilterInput = styled.div`
width: 100%;
max-width: ${(props) => props.sectionWidth}px;
height: 32px;
display: flex;

View File

@ -59,7 +59,7 @@ const FilterInput = React.memo(
};
return (
<StyledFilterInput {...props} sectionWidth={sectionWidth}>
<StyledFilterInput {...props}>
<StyledSearchInput
placeholder={placeholder}
value={inputValue}