adjust changeset for list items

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-01-31 15:44:28 +01:00
parent f7e698636a
commit 37e9ba8a7d
+3 -1
View File
@@ -5,4 +5,6 @@
'@backstage/plugin-search-react': patch
---
`*SearchResultListItems` now accept optional ´toggleModal´ prop that is used to toggle the search modal on result click.
`ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems`. This is to make sure the list only contains list elements.
Note: If you have implemented a custom result list item, you can remove the list item wrapper to avoid duplicated `<li>` elements.