securingsincity/react-ace

spellcheck not working

Open

#542 aberto em 2 de out. de 2018

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (615 forks)batch import
help wanted

Métricas do repositório

Stars
 (3.859 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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}

Guia do colaborador