Spell check
October 30, 2019 12:00 AM
I want the spell check functionality false for my textfields, especially my input fields. In some old ( before version 17 ) thread i read you can disable it in the preferences.
Not in Lectora Online im afraid. Cannot find any option to turn spellcheck off.
In fact i want this added to my input fields
spellcheck=false
That would suffice...
undefined
getDisplayDocument().querySelector("#frmobj152130").setAttribute("spellcheck", "false");
Thanks to an old post.. this works in Lectora Online:
getDisplayDocument().querySelector("#frmobj152130").setAttribute("spellcheck", "false");
Discussions have been disabled for this post