Gets whether a text field's text is checked on misspelled words.

<void> TextField.setIsSpellCheckingEnabled(<boolean> isSpellCheckingEnabled, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
isSpellCheckingEnabled Specifies whether a text field's text is checked on misspelled words.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.