@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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.24.7",
2
+ "version": "0.24.9",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -219,6 +219,7 @@ const StackedSelect = React.forwardRef<HTMLInputElement, StackedSelectProps>(
219
219
  autoComplete="off"
220
220
  onChange={handleInput}
221
221
  onKeyDown={handleOnKeyDown}
222
+ disabled={disabled}
222
223
  />
223
224
  <InputRightElement
224
225
  cursor={disabled ? 'not-allowed' : 'pointer'}