File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -137,18 +137,20 @@ export const Overview: Story = () => {
137
137
< uui-form-layout-item >
138
138
< uui-label for ="MyCombobox " slot ="label " required > Combobox</ uui-label >
139
139
< uui-combobox id ="MyCombobox " name ="combobox " required >
140
- < uui-combobox-list-option value ="1 "
141
- > Option 1</ uui-combobox-list-option
142
- >
143
- < uui-combobox-list-option value ="2 "
144
- > Option 2</ uui-combobox-list-option
145
- >
146
- < uui-combobox-list-option value ="3 "
147
- > Option 3</ uui-combobox-list-option
148
- >
149
- < uui-combobox-list-option value ="4 "
150
- > Option 4</ uui-combobox-list-option
151
- >
140
+ < uui-combobox-list >
141
+ < uui-combobox-list-option value ="1 "
142
+ > Option 1</ uui-combobox-list-option
143
+ >
144
+ < uui-combobox-list-option value ="2 "
145
+ > Option 2</ uui-combobox-list-option
146
+ >
147
+ < uui-combobox-list-option value ="3 "
148
+ > Option 3</ uui-combobox-list-option
149
+ >
150
+ < uui-combobox-list-option value ="4 "
151
+ > Option 4</ uui-combobox-list-option
152
+ >
153
+ </ uui-combobox-list >
152
154
</ uui-combobox >
153
155
</ uui-form-layout-item >
154
156
You can’t perform that action at this time.
0 commit comments