Provides a form text input field that can be “autocompleted”
<form:inputautocomplete />
May not nest other tags or content (ENDTAG_FORBIDDEN). Must have an associated CoreScriptTag in the template.
Allows generation of form <input type=”text” /> 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.