Browse Source

REPORT-19888 textareaeditor水印可换行

es6
windy 5 years ago
parent
commit
e340a242d8
  1. 2
      src/base/single/editor/editor.textarea.js

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

@ -83,7 +83,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
type: "bi.text_button",
cls: "bi-water-mark cursor-default",
textAlign: "left",
height: 20,
whiteSpace: "normal",
text: o.watermark,
invalid: o.invalid,
disabled: o.disabled

Loading…
Cancel
Save