We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95b3fd commit eed6059Copy full SHA for eed6059
packages/db-ui-elements-stencil/src/components/db-input/stories/db-input.intro.stories.mdx
@@ -97,9 +97,9 @@ The list attribute connects the input with a set of options that represent prede
97
98
<Canvas>
99
<db-input label="Inputfield" list="datalist">
100
- <option value="Value 1">Option 1</option>
101
- <option value="Value 2">Option 2</option>
102
- <option value="Value 3">Option 3</option>
+ <option>Option 1</option>
+ <option>Option 2</option>
+ <option>Option 3</option>
103
</db-input>
104
</Canvas>
105
0 commit comments