Browse Source

Merge pull request #64476 in DEC/fineui from master to feature/x

* commit '2daab1887677b6361cc6f92f9316c4fe12d29840':
  auto upgrade version to 2.0.20220608114407
  REPORT-72441 fix: 修复初始watermark为空的情况下,后续setWatermark显示重叠问题
es6
superman 2 years ago
parent
commit
e47093254b
  1. 2
      package.json
  2. 1
      src/base/single/editor/editor.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20220608113455",
"version": "2.0.20220608114407",
"description": "fineui",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",

1
src/base/single/editor/editor.js

@ -261,6 +261,7 @@ BI.Editor = BI.inherit(BI.Single, {
});
}
this.watermark.setText(v);
this._checkWaterMark();
},
_setErrorVisible: function (b) {

Loading…
Cancel
Save