diginet-core-ui 1.3.52 → 1.3.53

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.
@@ -155,7 +155,7 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
155
155
 
156
156
  const onClickInput = e => {
157
157
  if (!boxRef.current) {
158
- if (!multiple || !Array.from(inputRef.current.querySelectorAll('.DGN-UI-Chip')).some(item => item.contains(e.target))) {
158
+ if (!multiple || !Array.from(inputRef.current.querySelectorAll('.DGN-UI-Chip')).some(item => item.contains(e === null || e === void 0 ? void 0 : e.target))) {
159
159
  if ((renderSelectedItem || iconExpr && iconExpr !== 'none') && !multiple) {
160
160
  inputRef.current.innerHTML = inputRef.current.textContent.trim();
161
161
  inputRef.current.contentEditable = 'plaintext-only';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
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.3.53
42
+ - \[Fixed\]: Dropdown – Fix bug icon Arrow not clickable when multiple
43
+
41
44
  ## 1.3.52
42
45
  - \[Fixed\]: Avatar – Add props onClick, allowEdit
43
46
  - \[Fixed\]: Typography – Fix tooltip width fit Typography