@pingux/astro 2.26.0-alpha.3 → 2.26.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,6 +115,9 @@ var Default = function Default() {
|
|
115
115
|
controlProps: {
|
116
116
|
'aria-label': 'Country Picker'
|
117
117
|
},
|
118
|
+
scrollBoxProps: {
|
119
|
+
maxHeight: '215px'
|
120
|
+
},
|
118
121
|
defaultItems: (0, _entries["default"])(_countriesList.countries),
|
119
122
|
inputValue: getInputValue(),
|
120
123
|
onInputChange: inputHandler,
|
@@ -101,6 +101,9 @@ export var Default = function Default() {
|
|
101
101
|
controlProps: {
|
102
102
|
'aria-label': 'Country Picker'
|
103
103
|
},
|
104
|
+
scrollBoxProps: {
|
105
|
+
maxHeight: '215px'
|
106
|
+
},
|
104
107
|
defaultItems: _Object$entries(countriesObj),
|
105
108
|
inputValue: getInputValue(),
|
106
109
|
onInputChange: inputHandler,
|