Skip to content

Commit 80850b6

Browse files
committed
add more fruits
1 parent defd019 commit 80850b6

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

packages/uui-combobox/lib/uui-combobox.story.ts

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,30 @@ import { until } from 'lit/directives/until.js';
1919

2020
const fruits = [
2121
'apple',
22-
'orange',
22+
'apricot',
23+
'avocado',
24+
'banana',
25+
'blackberry',
26+
'blueberry',
27+
'clementine',
28+
'coconut',
29+
'fig',
30+
'grape',
31+
'kiwi',
2332
'lemon',
33+
'mango',
2434
'melon',
25-
'banana',
35+
'orange',
36+
'papaya',
37+
'peach',
2638
'pear',
27-
'mango',
39+
'pineapple',
2840
'plum',
41+
'pomegranate',
2942
'raspberry',
30-
'kiwi',
31-
'avocado',
32-
'coconut',
33-
'grape',
43+
'strawberry',
44+
'tangerine',
45+
'watermelon',
3446
];
3547
/**
3648
* Combobox does not have built in filtering, so you need to provide a list of options and filter them before adding them to the list.

0 commit comments

Comments
 (0)