securingsincity/react-ace

spellcheck not working

Aperta

#542 aperta il 2 ott 2018

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

Metriche repository

Star
 (3859 stelle)
Metriche merge PR
 (Metriche PR in attesa)

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