Skip to content

Commit

Permalink
docs(ui5-suggestion-item): fix migration guide section (#10061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 authored Oct 22, 2024
1 parent f89c191 commit 7b42c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/6-migration-guides/01-to-version-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ Now, attach to the `selection-change` to get the previewed suggestion item:
input.addEventListener("selection-change", event => {
const suggestionItemOnPreview = event.detail.item;
});
```

### ui5-suggestion-item

Expand Down

0 comments on commit 7b42c84

Please sign in to comment.