vditor
vditor copied to clipboard
英文拼写检查
React 代码:
<div ref={r=> this.div = r} style={{
flex:1,
}} spellCheck={true}/>
但是render后 spellcheck 不起作用