From: Scott González Date: Wed, 21 Apr 2010 14:02:53 +0000 (-0400) Subject: Autocomplete: Added demo for accent folding. X-Git-Tag: 1.8.1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a59746d1d97cb24bafe50c1434d9398be9c7585;p=jquery-ui.git Autocomplete: Added demo for accent folding. Proof of concept for #5219 - Autocomplete: Support for accent-folding. --- 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". +

+
+ + +