From af15f2c4a192dea02aab9e519defc68c71763ec4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 14:34:55 +0100 Subject: jquery ui --- .../demos/autocomplete/folding.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 static/development-bundle/demos/autocomplete/folding.html (limited to 'static/development-bundle/demos/autocomplete/folding.html') diff --git a/static/development-bundle/demos/autocomplete/folding.html b/static/development-bundle/demos/autocomplete/folding.html new file mode 100644 index 0000000..0dd1f8a --- /dev/null +++ b/static/development-bundle/demos/autocomplete/folding.html @@ -0,0 +1,62 @@ + + + + + jQuery UI Autocomplete - Accent folding + + + + + + + + + + + +
+ +
+
+ + +
+
+ +
+ + + +
+

The autocomplete field uses a custom source option which will match results that have accented characters even when the text field doesn't contain accented characters. However if the you type in accented characters in the text field it is smart enough not to show results that aren't accented.

+

Try typing "Jo" to see "John" and "Jörn", then type "Jö" to see only "Jörn".

+
+ + + -- cgit v1.2.1