Archived topic
Feature Req: Disable spell check on GP Hooks settings page
1 reply · Started by Matt on September 6, 2016
It would be great if HTML spell checking could be disabled for the textarea inputs on the GP Hooks settings page.
Example: <textarea ... autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
Ref: http://stackoverflow.com/questions/254712/disable-spell-checking-on-html-textfields
For bonus points, you could also default to a monospace font for the fields, but that's more a personal preference.
Ref: http://stackoverflow.com/questions/2032652/how-do-i-get-an-html-text-area-with-monospaced-text-using-css
Thanks for the suggestion! I've made this change in the next version :)