Display the auto-complete control finally. When attached to <select>, set $tag to SELECT, or INPUT when attached to <input type=”hidden”>.This should be the LAST method to call.
Signature:
Parameters:
- $tag: “SELECT” or “INPUT” (default to “INPUT”, case sensitive)
- $script_include: true or false indicates whether to include required jQuery autocomplete JavaScript libraries (default to true).