我们扩展了'textarea'xtype以在包中实现redactor。 Redactor编辑器可以在textarea上启用。但是,在使用bind
或尝试通过setValue
方法设置值时,会导致此错误。
Uncaught TypeError: Cannot read property 'length' of null
at constructor.refreshEmptyText (Text.js?_dc=1534239847817:1027)
at constructor.setValue (Text.js?_dc=1534239847817:1037)
任何人都可以帮助解决此问题。当element未绑定到编校器时(即仅使用textarea
),此方法效果很好