@pingux/astro 1.31.1 → 1.32.0-alpha.0

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.
@@ -130,7 +130,7 @@ var TimeZonePicker = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
130
130
  search = _useState2[0],
131
131
  setSearch = _useState2[1];
132
132
 
133
- var _useState3 = (0, _react.useState)(false),
133
+ var _useState3 = (0, _react.useState)(true),
134
134
  _useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
135
135
  timeUpdate = _useState4[0],
136
136
  setTimeUpdate = _useState4[1];
@@ -262,7 +262,7 @@ var TimeZonePicker = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
262
262
  }, [emptySearchText, filteredTimezones, otherProps]);
263
263
  return (0, _react2.jsx)(_index.ComboBoxField, (0, _extends2["default"])({}, comboBoxFieldProps, {
264
264
  disabledKeys: [emptySearchText],
265
- menuTrigger: "focus"
265
+ menuTrigger: "input"
266
266
  }), items);
267
267
  });
268
268
  TimeZonePicker.propTypes = {
@@ -87,7 +87,7 @@ var TimeZonePicker = /*#__PURE__*/forwardRef(function (props, ref) {
87
87
  search = _useState2[0],
88
88
  setSearch = _useState2[1];
89
89
 
90
- var _useState3 = useState(false),
90
+ var _useState3 = useState(true),
91
91
  _useState4 = _slicedToArray(_useState3, 2),
92
92
  timeUpdate = _useState4[0],
93
93
  setTimeUpdate = _useState4[1];
@@ -221,7 +221,7 @@ var TimeZonePicker = /*#__PURE__*/forwardRef(function (props, ref) {
221
221
  }, [emptySearchText, filteredTimezones, otherProps]);
222
222
  return ___EmotionJSX(ComboBoxField, _extends({}, comboBoxFieldProps, {
223
223
  disabledKeys: [emptySearchText],
224
- menuTrigger: "focus"
224
+ menuTrigger: "input"
225
225
  }), items);
226
226
  });
227
227
  TimeZonePicker.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.31.1",
3
+ "version": "1.32.0-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",