devopsinthecloud
devopsinthecloud copied to clipboard
Spell checking is disabled
Hey,
I've noticed spellCheckingType
is always overridden to .no
.
I can fix it but I wanted to understand the logic first.
Part of the initial setup of HKWTextView
is
[self.parentTextView overrideSpellCheckingWith:UITextSpellCheckingTypeNo];
I didn't understand when it returns to the original setting, please shed some light on this one :)
The only way I succeed solving it is commenting out the line above, nothing on my side solved it, even using the overrideSpellCheckingType:
method.
Thanks.
Any updates on this? Are there any reasons for disabling spell check? Is it going to cause any bugs if I enable it?
Honestly, no clue. We'll look into it