diginet-core-ui 1.3.99-beta.3 → 1.4.0-beta.1

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.
@@ -379,7 +379,7 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
379
379
  return !!searchExpr.find(j => handleRenderBySearch(i[j]));
380
380
  } else {
381
381
  // nếu map đc vs displayValue
382
- return handleRenderBySearch(displayValue(i));
382
+ return handleRenderBySearch(displayValue(i)) || handleRenderBySearch(i === null || i === void 0 ? void 0 : i[valueExpr]);
383
383
  }
384
384
  });
385
385
  if (currentObjectDefault[unique] && (_currentObjectDefault = currentObjectDefault[unique]) !== null && _currentObjectDefault !== void 0 && _currentObjectDefault.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.99-beta.3",
3
+ "version": "1.4.0-beta.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",
package/readme.md CHANGED
@@ -38,6 +38,9 @@ npm test
38
38
  ```
39
39
 
40
40
  ## Changelog
41
+ ## 1.4.0
42
+ - \[Fixed\]: Dropdown – Fix bug not delay when searchDelayTime is true
43
+
41
44
  ## 1.3.99
42
45
  - \[Changed\]: Typography – Add new text style
43
46
  - \[Fixed\]: Tab – Fix background UI not match design