jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList DropDownList Close Immediately

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 9 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • DropDownList Close Immediately #75131

    edysuw
    Participant

    Dear Admin,

    I have issue with dropdownlist filterable set to “true”, dropdownlist immediately close when filter place holder tapped. I have tried on many device and different browser with the same result. But, it’s look normally on PC browser. below my dropdownlist initialization:

    $(“#DDC”).jqxDropDownList({
    source: dataAdapter,
    theme: theme,
    width: ‘100%’,
    height: ’40px’,
    displayMember: ‘Name’,
    selectedIndex: 0,
    valueMember: ‘Id’,
    filterHeight: 40,
    dropDownHeight: 200,
    searchMode: ‘containsignorecase’,
    placeHolder: “DDC Point …”,
    filterPlaceHolder: “Find Point …”,
    filterable: true,
    });

    i’m missing something? Thanks for your help.

    DropDownList Close Immediately #75135

    Mariya
    Participant

    Hi edysuw,

    Thank you for the provided feedback! We confirm the behavior and will resolve it as soon as possible.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.