@xqmsg/ui-core 0.24.7 → 0.24.9

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.
@@ -1196,7 +1196,8 @@ var StackedSelect = /*#__PURE__*/React__default.forwardRef(function (_ref2, _ref
1196
1196
  value: isFocussed ? searchValue : selectedOption,
1197
1197
  autoComplete: "off",
1198
1198
  onChange: handleInput,
1199
- onKeyDown: handleOnKeyDown
1199
+ onKeyDown: handleOnKeyDown,
1200
+ disabled: disabled
1200
1201
  })), /*#__PURE__*/React__default.createElement(react.InputRightElement, {
1201
1202
  cursor: disabled ? 'not-allowed' : 'pointer',
1202
1203
  onClick: function onClick() {