Skip to content

Commit 2d38cd2

Browse files
committed
Add missing dual list select into the carbon demo schema
1 parent 26eb944 commit 2d38cd2

File tree

1 file changed

+27
-0
lines changed
  • packages/carbon-component-mapper/demo/demo-schemas

1 file changed

+27
-0
lines changed

packages/carbon-component-mapper/demo/demo-schemas/sandbox.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,33 @@ const output = {
551551
label: 'Timepicker',
552552
title: 'Timepicker',
553553
component: components.TIME_PICKER
554+
},
555+
{
556+
component: components.DUAL_LIST_SELECT,
557+
name: 'dual_list_select',
558+
label: 'Dual List Select',
559+
options: [
560+
{
561+
label: 'Cat',
562+
value: 'cat'
563+
},
564+
{
565+
label: 'Dog',
566+
value: 'dog'
567+
},
568+
{
569+
label: 'Duck',
570+
value: 'duck'
571+
},
572+
{
573+
label: 'Lion',
574+
value: 'lion'
575+
},
576+
{
577+
label: 'Monster',
578+
value: 'monster'
579+
}
580+
]
554581
}
555582
],
556583
component: components.SUB_FORM

0 commit comments

Comments
 (0)