diff --git a/demos/autocomplete/index.html b/demos/autocomplete/index.html index 42f13dc4b..0c92d19b4 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -17,6 +17,7 @@
  • Custom data and display
  • XML data parsed once
  • Categories
  • +
  • Multiple values
  • diff --git a/demos/autocomplete/multiple.html b/demos/autocomplete/multiple.html new file mode 100644 index 000000000..5fef4bad2 --- /dev/null +++ b/demos/autocomplete/multiple.html @@ -0,0 +1,75 @@ + + + + + jQuery UI Autocomplete multiple demo + + + + + + + + + + + +
    + +
    + + +
    + +
    + +
    +

    +Usage: Enter at least two characters to get bird name suggestions. Select a value to continue adding more names. +

    +

    +This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field. +

    +
    + + +