securingsincity/react-ace

spellcheck not working

Open

#542 建立於 2018年10月2日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人)JavaScript (615 fork)batch import
help wanted

倉庫指標

Star
 (3,859 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The Prop option spellcheck is not working

Even with spellcheck={true}, nothing happens when there is typo

<AceEditor
        ref='editor'
        mode="markdown"
        theme="github"
        height="100%"
        width="100%"
        value={value}
        onChange={onSumChange}
        wrapEnabled={true}
        spellcheck={true}
        showGutter={false}
        focus={true}

貢獻者指南