jQuery UI Widgets › Forums › General Discussions › Editors › Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader › Auto complete filtering problem
Tagged: AutoComplete, Input, slovak
This topic contains 3 replies, has 2 voices, and was last updated by Peter Stoev 10 years ago.
-
Author
-
Dear community,
Firstly, I appreciate great widgets, I’m almost 100% satisfied 🙂My Issue:
I would like to get rid of auto complete problem with Eu characters. I’m working in utf-8.
Target is:
After typing “zilina”, I should have in lookup “Žilina”Attached screenshot – demo of typing



From response perspective is everything ok, I have received proper response
JQXInput is filtering input because characters does not match properly.
I’v had some hope that “searchMode” set to none, will ignore any filtering but not.
Is there any rid of it ? localization parameter, or something ?Could you please guide me through that.
Thank you in advance for any help.
Hi retroip,
You can customize the Input’s auto-complete behavior if you wish so that it would fit to your web application’s needs. Demo: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxinput/multipleitems.htm?light
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHello Peter,
Thank you
It is not about having multiple items written in textbox, it is about proposing “Žilina” in the autocomplete.
As you can see, if I type “zil” I should receive “Žilina” too in the proposals, but I receive only “Medzilaborce”.
Widget is working for ENGLISH names, but not for special chars in Slovak, Czech, German languages. Characters like “ž č ť á é” are filtered by the widget.7From DB I receive all I need, just widget is not displaying it because for the widget “z” != “ž”
Any ideas have proper solution for this ?Hi retroip,
The example shows how to modify the auto-complete and widget’s behavior. It’s about CUSTOM behavior. Look well at the sample’s source code.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.