Browse Source

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

* commit '563d59a0a8418a9cbfb28b633d45fd37410c449c':
  KERNEL-11911 fix: "bi.textarea_editor"提供了setWatermark方法,但是却没动态更新title
master
superman 2 years ago
parent
commit
712ead65d8
  1. 1
      src/base/single/editor/editor.textarea.js

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

@ -111,7 +111,6 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
cls: "bi-water-mark textarea-watermark", cls: "bi-water-mark textarea-watermark",
textAlign: "left", textAlign: "left",
whiteSpace: o.scrolly ? "normal" : "nowrap", whiteSpace: o.scrolly ? "normal" : "nowrap",
title: o.watermark,
text: o.watermark, text: o.watermark,
invalid: o.invalid, invalid: o.invalid,
disabled: o.disabled, disabled: o.disabled,

Loading…
Cancel
Save