sanity icon indicating copy to clipboard operation
sanity copied to clipboard

block option spellCheck not working

Open JonathanDoelan opened this issue 2 years ago • 0 comments

spellcheck option is on for every block type even if set to false

i have used …

{
  title: 'Text', 
  name: 'text',
  type: 'array', 
  of: [{type: 'block'}],
  options: { spellCheck: false },
}

… but spellcheck still appears

sanity version:

"@sanity/base": "^2.30.1",
"@sanity/core": "^2.30.2",

JonathanDoelan avatar Jun 29 '22 09:06 JonathanDoelan