diginet-core-ui 1.4.3 → 1.4.4

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.
@@ -965,7 +965,7 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
965
965
  currentValue[unique] = [];
966
966
  } else {
967
967
  if (typeof renderSelectedItem === 'function' || iconExpr && iconExpr !== 'none' && !isSearch[unique]) {
968
- inputRef.current.innerHTML = '';
968
+ // inputRef.current.innerHTML = '';
969
969
  } else if (!isSearch[unique]) {
970
970
  inputRef.current.value = '';
971
971
  setTextValue('');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "The DigiNet core ui",
5
5
  "homepage": "https://diginet.com.vn",
6
6
  "main": "index.js",
package/readme.md CHANGED
@@ -38,6 +38,9 @@ npm test
38
38
  ```
39
39
 
40
40
  ## Changelog
41
+ ## 1.4.4
42
+ - \[Fixed\]: Dropdown – Fix bug blank selected item when use renderSelectedItem
43
+
41
44
  ## 1.4.3
42
45
  - \[Fixed\]: NumberInput – Fix bug arrow keydown, back, check min, max
43
46