diff --git a/web/packages/new/photos/components/SearchBar.tsx b/web/packages/new/photos/components/SearchBar.tsx index a2adaff281..b4ac2d5da4 100644 --- a/web/packages/new/photos/components/SearchBar.tsx +++ b/web/packages/new/photos/components/SearchBar.tsx @@ -183,6 +183,8 @@ const SearchInput: React.FC> = ({ onChange={handleChange} inputValue={inputValue} onInputChange={handleInputChange} + // Needed to get the placeholder to reset on `resetSearch`. + controlShouldRenderValue={false} isClearable escapeClearsValue onFocus={handleFocus}