jQuery UI Widgets Forums Form Autocomplete on form

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 4 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Autocomplete on form #112874

    AriExo
    Participant

    Hi guys,
    Does anybody know how to set autocomplete on form field? It means I’ve a form with field and array like this:

    var voivodenships = new Array(“Aaa”, “Bbb”, “Ccc”, “Ddd”, “Eee”);
    (…)
    { bind: ‘Voivodeship’, type: ‘text’, label: ‘Voivodeship’, source: voivodenships, required: false, autocomplete: true, labelWidth: ‘280px’, width: ‘250px’, info: ”, infoPosition: ‘right’ },

    but I can’t get autocomplete feature

    Regards

    Autocomplete on form #112880

    Hristo
    Participant

    Hello AriExo,

    For this purpose, it will be better to create a custom widget there.
    With the init callback you could create it.
    In our forum, you could find a lot of similar topics.
    Please, take a look at this one:
    https://www.jqwidgets.com/community/topic/jqxnumberinput-change-event-not-raised/

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.