Well, inline chat, like IRC is generally a single-line input... though I suppose you could use a textarea rows="1" and strip \n on paste, etc, that wouldn't be too bad as you're likely listening for \n to post the message anyway.
Either way, not using a typical name/id for the text input would probably work better in terms of not getting suggestions...
Either way, not using a typical name/id for the text input would probably work better in terms of not getting suggestions...