AutoComplete Extended

A simple plugin for having multiple autocomplete inputs and more

Credits

Features

Changelog

Download

Installation

Examples

Insert at least two letters (es. "ve","pi",etc.) to see how it works. It's just like the official AutoComplete, but you can select an item from ALL the list (preserving the original autocomplete) and you can add new one.
Insert at least two letters (es. "ve","pi",etc.) to see how it works. It's just like the official AutoComplete, but you can have multiple values submitted.
Just like the example before, but this is default setted with the "defaultvalue" property on plugin call.
Field 1 Field 2 Field 3

Documentation

This option define where the autocomplete should point to, when remoting getting the items. If it's relative, it points to the root path, but it can also be absolute. This option define how many characters must be in the input before the search in the remote source begins. This option define if you want to use regex patterns on the text you insert (only on the input, NOT on the new windows and NOT on the list window), for example if you want only to have numbers. This option define the pattern to use with the regex. IT MUST BE USED IN CONJUCTION WITH useRegEx TO MAKE IT WORK. This option define if the input must act as a multiple one. See the examples to make it more clear. This option define the default value(s) for the input at the initialization time. If you're using it in conjuction with the multiple option, you must pass it as an Array. This option define if you want the List button next your input (this allows to scroll inside ALL the elements that you're filtering into). This option define if you want the New button next to your input (this allows to insert values that are NOT into the remote list). This option define a function callback that will be executed when ANY window will be closed. This group define the options regarding the buttons next to the input (like the New, List or Delete button. This group define the options regarding certains actions on the relative windows.