• Resolved ajkweb

    (@ajkweb)


    Hello!

    I would like to disable the spellcheck on the text field, is that possible and if so how?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author acowebs

    (@acowebs)

    There is no option to disable spellcheck in field level.

    You can edit woocommerce product page template fields and add spellcheck="false"
    Otherwise, you can write custom jquery code to set an attribute to the particular form field


    jQuery(document).ready(function(){<br>jQuery("#text-1677343174888").attr('spellcheck',false);<br>});

Viewing 1 replies (of 1 total)
  • The topic ‘Disable spellcheck’ is closed to new replies.