Skip to content

Commit eed6059

Browse files
authored
docs(datalist): simplification (#2717)
the innerText & value example doesn't look that nice
1 parent e95b3fd commit eed6059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/db-ui-elements-stencil/src/components/db-input/stories/db-input.intro.stories.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ The list attribute connects the input with a set of options that represent prede
9797

9898
<Canvas>
9999
<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>
100+
<option>Option 1</option>
101+
<option>Option 2</option>
102+
<option>Option 3</option>
103103
</db-input>
104104
</Canvas>
105105

0 commit comments

Comments
 (0)