Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
IgCombo
posted

Hi Team

I am facing one issue in IgCombo.

Below is my code which i have used to initialize igCombo, Once i bind the data to IgCombo when i click the scroll  or up and down arrow button for scroll the drop down is getting disappereded first time, however when i select any item in the dropdown and next time the issue is not coming i could able to scroll correctly.

Please guide what could be the issue.

$("#Id").igCombo({
    valueKey: "Id",
    textKey: "Value",
    enaleClearButton: false,
    mode: dropdown
})

Regards,

Mani

Parents Reply Children