securingsincity/react-ace

spellcheck not working

Open

#542 aperta il 2 ott 2018

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)JavaScript (615 fork)batch import
help wanted

Metriche repository

Star
 (3859 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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}

Guida contributor