securingsincity/react-ace

spellcheck not working

Open

#542 ouverte le 2 oct. 2018

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)JavaScript (615 forks)batch import
help wanted

Métriques du dépôt

Stars
 (3 859 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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}

Guide contributeur