@titaui/pc 1.15.47-beta.5 → 1.15.47-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.
@@ -113,6 +113,9 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
113
113
  setHasError(true);
114
114
  setTip(errors[0].tip);
115
115
  inputRef.current.focus();
116
+ } else {
117
+ setHasError(false);
118
+ setTip('');
116
119
  }
117
120
 
118
121
  setValue(props.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.47-beta.5",
3
+ "version": "1.15.47-beta.6",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",