ztxkui 10.0.31 → 10.0.32
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.
|
@@ -958,7 +958,10 @@ function EnhanceSelect(_a) {
|
|
|
958
958
|
onFocus && onFocus(e);
|
|
959
959
|
};
|
|
960
960
|
var onBlurHandle = function (e) {
|
|
961
|
-
|
|
961
|
+
// 这里去掉setState 可能的原因是
|
|
962
|
+
// 点击下拉框底部按钮的时候,下拉框onBlur事件先触发,这里又设置了setState
|
|
963
|
+
// 导致组件更新,点击底部按钮的事件没有触发执行
|
|
964
|
+
// setIsOpen(false);
|
|
962
965
|
onBlur && onBlur(e);
|
|
963
966
|
};
|
|
964
967
|
// 清空数据时
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ztxkui",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.32",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "React components library",
|
|
6
6
|
"author": "zt-front-end",
|
|
@@ -103,4 +103,4 @@
|
|
|
103
103
|
"react-dom": ">=16.9.0",
|
|
104
104
|
"ztxkutils": ">=2.1.1"
|
|
105
105
|
}
|
|
106
|
-
}
|
|
106
|
+
}
|