Skip to content

Commit adbb21c

Browse files
committed
Update combo-box.showcase.tsx
1 parent 8669d45 commit adbb21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/showcase/assets/components/combo-box/combo-box.showcase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const showcaseRenderProperties: ShowcaseRenderProperties<Mutable<ChComboBox>> =
164164
{
165165
id: "placeholder",
166166
caption: "Placeholder",
167-
value: "Option",
167+
value: "Select an option...",
168168
type: "string"
169169
},
170170
{

0 commit comments

Comments
 (0)