diff --git a/core/src/components/picker-column-internal/picker-column-internal.tsx b/core/src/components/picker-column-internal/picker-column-internal.tsx index 883923c4d89..6682603486d 100644 --- a/core/src/components/picker-column-internal/picker-column-internal.tsx +++ b/core/src/components/picker-column-internal/picker-column-internal.tsx @@ -403,9 +403,15 @@ export class PickerColumnInternal implements ComponentInterface { ['picker-column-numeric-input']: numericInput, })} > -
 
-
 
-
 
+ + + {items.map((item, index) => { { /* @@ -435,9 +441,15 @@ export class PickerColumnInternal implements ComponentInterface { ); })} -
 
-
 
-
 
+ + + ); }