@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-search-react': patch
|
||||
---
|
||||
|
||||
Fix memoization of `filterValue` in `SearchFilter.Autocomplete` to prevent unintended resets
|
||||
Fix memoization of `filterValue` in `SearchFilter.Autocomplete` to prevent unintended resets
|
||||
|
||||
@@ -418,7 +418,7 @@ describe('SearchFilter.Autocomplete', () => {
|
||||
expect(screen.getByTestId(`${name}-filter-spy`)).toHaveTextContent('');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
it('allows typing a value and shows suggestions', async () => {
|
||||
render(
|
||||
<TestApiProvider
|
||||
|
||||
Reference in New Issue
Block a user