disableSpellCheck()
Disables spell checking.
disableSpellCheck(disableSpellCheck?: boolean): this;
Parameters
- disableSpellCheck — True to disable spell check; defaults to true.
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
