Skip to content

Commit 5b75245

Browse files
authored
docs(Suggestions): remove redundant import and outdated note (#7305)
1 parent 377f4c2 commit 5b75245

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/main/src/webComponents/Input/Input.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ import { excludePropsForAbstract } from '@sb/utils';
3030

3131
The `SuggestionItem` represents the suggestion item of the `Input`
3232

33-
**Note:** `SuggestionItems` will only be displayed if the required module has been imported (`import '@ui5/webcomponents/dist/features/InputSuggestions.js';`)
34-
and the `showSuggestions` prop is set to `true`.
35-
3633
<Canvas of={ComponentStories.WithSuggestionItem} />
3734

3835
<Markdown>{SubcomponentsSection}</Markdown>

packages/main/src/webComponents/Input/Input.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import '@ui5/webcomponents/dist/features/InputSuggestions.js';
21
import type { Meta, StoryObj } from '@storybook/react';
32
import InputType from '@ui5/webcomponents/dist/types/InputType.js';
43
import ValueState from '@ui5/webcomponents-base/dist/types/ValueState.js';

0 commit comments

Comments
 (0)