File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
packages/calcite-components/src/components/combobox Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -488,10 +488,30 @@ export const clearDisabled_TestOnly = (): string => html`
488
488
< calcite-combobox-item selected id ="three " value ="three " text-label ="three "> </ calcite-combobox-item >
489
489
</ calcite-combobox >
490
490
< br />
491
- < calcite-combobox clear-disabled selection-mode ="ancestors ">
492
- < calcite-combobox-item value ="parent " text-label ="parent " style =" width:400px " >
491
+ < calcite-combobox clear-disabled selection-mode ="ancestors " style =" width:400px " >
492
+ < calcite-combobox-item value ="parent " text-label ="parent ">
493
493
< calcite-combobox-item value ="child1 " text-label ="child1 "> </ calcite-combobox-item >
494
494
< calcite-combobox-item selected value ="child2 " text-label ="child2 "> </ calcite-combobox-item >
495
495
</ calcite-combobox-item >
496
496
</ calcite-combobox >
497
497
` ;
498
+
499
+ export const openInAllScales_TestOnly = ( ) : string => html `
500
+ < calcite-combobox open scale ="s ">
501
+ < calcite-combobox-item value ="one " text-label ="one "> </ calcite-combobox-item >
502
+ < calcite-combobox-item value ="two " text-label ="two "> </ calcite-combobox-item >
503
+ < calcite-combobox-item value ="three " text-label ="three "> </ calcite-combobox-item >
504
+ </ calcite-combobox >
505
+ < br />
506
+ < calcite-combobox open scale ="m ">
507
+ < calcite-combobox-item value ="one " text-label ="one "> </ calcite-combobox-item >
508
+ < calcite-combobox-item value ="two " text-label ="two "> </ calcite-combobox-item >
509
+ < calcite-combobox-item value ="three " text-label ="three "> </ calcite-combobox-item >
510
+ </ calcite-combobox >
511
+ < br />
512
+ < calcite-combobox open scale ="l ">
513
+ < calcite-combobox-item value ="one " text-label ="one "> </ calcite-combobox-item >
514
+ < calcite-combobox-item value ="two " text-label ="two "> </ calcite-combobox-item >
515
+ < calcite-combobox-item value ="three " text-label ="three "> </ calcite-combobox-item >
516
+ </ calcite-combobox >
517
+ ` ;
You can’t perform that action at this time.
0 commit comments