diginet-core-ui 1.4.50-beta.5 → 1.4.50-beta.6

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.
@@ -1047,7 +1047,7 @@ const Dropdown = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference)
1047
1047
  inputRef.current.removeEventListener('click', onClickInput);
1048
1048
  }
1049
1049
  };
1050
- }, [dataSourceState]);
1050
+ }, [dataSourceState, disabled]);
1051
1051
  useEffect(() => {
1052
1052
  if (!openState && txtSearch) {
1053
1053
  if (!onInput) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.50-beta.5",
3
+ "version": "1.4.50-beta.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",