jQWidgets Forums

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 8 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Auto complete filtering problem #85143

    retroip
    Participant

    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
    1

    2

    3

    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.

    Auto complete filtering problem #85148

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Auto complete filtering problem #85150

    retroip
    Participant

    Hello 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 ?

    Auto complete filtering problem #85157

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.