From 6a59746d1d97cb24bafe50c1434d9398be9c7585 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 21 Apr 2010 10:02:53 -0400 Subject: [PATCH] Autocomplete: Added demo for accent folding. Proof of concept for #5219 - Autocomplete: Support for accent-folding. --- demos/autocomplete/folding.html | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 demos/autocomplete/folding.html diff --git a/demos/autocomplete/folding.html b/demos/autocomplete/folding.html new file mode 100644 index 000000000..d5bc71e9d --- /dev/null +++ b/demos/autocomplete/folding.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Autocomplete Accent Folding Demo + + + + + + + + + + + +
+ +
+
+ + +
+
+ +
+ +
+

+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". +

+
+ + + -- 2.39.5