======Input Auto Complete Tag======
=====FORM:INPUTAUTOCOMPLETE=====
Provides a form text input field that can be "autocompleted"
May not nest other tags or content (ENDTAG_FORBIDDEN). Must have an associated [[CoreScriptTag]] in the template.
====Attributes====
* escapestyle (comment | cdata | both) (default=comment) How the contents of the generated script tag are escaped ([[more info]]) - it generates a [[JavaScript]] array containing the word list into the body of the page
====Description====
Allows generation of form tags as well as associated [[JavaScript]] to allow the field to be "auto completed" from a provided word list, as the user is typing. The runtime API is provided by [[?InputAutoCompleteComponent]].