Factory function for building a basic autocomplete widget that autocompletes
an inputbox or text area from a data array.
Parameters | data | (Array<?>|null) | | Data array.
| input | (Element|null) | | Input element or text area.
| opt_multi | boolean= | | Whether to allow multiple entries separated with
semi-colons or commas.
| opt_useSimilar | boolean= | | use similar matches. e.g. "gost" => "ghost".
|
|
---|
Returns | |
---|