$mySpell->Fields = "TEXTINPUTS";
PHPSpellCheck can be set to spell check all the HTML elements with the attribute type="text" in your page. Set Fields property of the SpellCheckButton to "TEXTINPUTS"
Inline spellchecking using the SpellAsYouType Class is not possible for text inputs.