简体   繁体   中英

Disable Spell Check auto-suggestion

I have a pre element that has a bunch of read-only text in it and I now have spell-checking working on the pre. However, if I right-click on the text that has the spelling error, I am able to change the value in the pre element. Is there any way to prevent the auto-suggestion from populating for this element?

Edit: I want to keep the spell-checking. I don't want the user to be able to right-click to auto-correct the mis-spelled word. I do want them to be able to add the mis-spelled word to their dictionary though.

You can use spellcheck=false with textarea and input.

Here is a fiddle with and without spellcheck property it: https://stackblitz.com/edit/react-kmyptb

EDIT:

More info at : https://www.tutorialrepublic.com/faq/how-to-disable-spell-checking-in-html-forms.php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM