Autocomplete


 

type: widget

release: 1.8

status: released

documentation: http://api.jqueryui.com/autocomplete/

demo: http://jqueryui.com/autocomplete/

 

 


1 - Description:

 

An autocomplete widget helps entering data into text inputs by providing a list of suggetions based on a partial input. Similar behaviour is available in most browsers, but limited to data that the browser already knows about. This widget allows the application developer to provide application specific data, like results from a product search.

 

If your input or textarea needs multiple (autocompleted) values, use ListBuilder, which builds upon Autocomplete. Autocomplete behavior can also be attached to a select element, in the form of a Combobox.

 


Pariuri Sportive 

2 - Visual Design:

 

 

 


 

3 - Functional Specifications/Requirements:

 

The list of suggestions...

 

Datamodel

The autocomplete requires an array of objects (maps), containing two required properties:

 

Each object can have any amount of additional data associated, usually for filling in related field. This could include:

 

If only an array of strings is provided, the widget will normalize that to an array of objects, using each string as both label and value. If only label is provided, its also used as value, and the other way round.

 

This data must be provided by the source-option.

 

Keyboard

 

Accessibility

 


 

4 - Markup & Style:

 

(only used prior to implementation)

 


 

5 - Latest version of plugin:

http://view.jqueryui.com/master/demos/autocomplete/default.html

 


 

 

6 - Open issues being discussed

 

none