@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.
@@ -1189,7 +1189,8 @@ var StackedSelect = /*#__PURE__*/React__default.forwardRef(function (_ref2, _ref
1189
1189
  value: isFocussed ? searchValue : selectedOption,
1190
1190
  autoComplete: "off",
1191
1191
  onChange: handleInput,
1192
- onKeyDown: handleOnKeyDown
1192
+ onKeyDown: handleOnKeyDown,
1193
+ disabled: disabled
1193
1194
  })), /*#__PURE__*/React__default.createElement(InputRightElement, {
1194
1195
  cursor: disabled ? 'not-allowed' : 'pointer',
1195
1196
  onClick: function onClick() {