jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Jqxinput autocomplete error Jqxinput autocomplete error #89029

    gsoares
    Participant

    Hi,

    What does this mean ? Is it not a bug ? Will it be fixed ?

    For me it’s clearly a bug: Value displayed != Value returned.

    “the val() method returns only what is selected, not what is typed” –> It’s wrong, it return the typed string until that autocomplete value is selected.

    The same component with an ArrayList seems working as expected, but not with a Datasource.
    With a datasource, it works until the user do select a value from the datasource.

    Sincerely.

    in reply to: Jqxinput autocomplete error Jqxinput autocomplete error #88939

    gsoares
    Participant

    Hi,

    I reproduced that with this code (with an DataAdapter):

    http://jsfiddle.net/5tuaccnf/
    (You must enabled cross origine requests on you browser security)

    As you see, if I flollow this steps:
    – Write ana in the textbox
    – Select Ana Trujillo
    – Click on the button –> The correct value is returned
    – Remove the text
    – Write toto
    – Click on the button –> The val() always return Ana Trujillo instead of toto.

    Thank you to help me.

    Sincerely.

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