spellcheck property

bool? spellcheck
getter/setter pair

Specifies whether the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attr-spellcheck | spellcheck} attribute is set on the message field. Note that setting this to true may also enable autocorrect on some mobile devices. Defaults to false.

Implementation

external bool? spellcheck;