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}

贡献者指南