securingsincity/react-ace

spellcheck not working

Open

#542 geöffnet am 2. Okt. 2018

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (3.859 Stars) (615 Forks)batch import
help wanted

Beschreibung

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}

Contributor Guide