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
530
Problem with Igx-Combo
posted

Hi,

Hello,
I have a problem when I want to use Igx-Combo on Igx-Tab which is itself on Igx-Dialog.
I get an error message when I want to close the combo in this method

public singleSelectionTask(event: IComboSelectionChangingEventArgs) {
  if (event.added.length) {
    event.newSelection = event.added;
  }
  this.combolistetache.close();
}
HTML CODE : 

ERROR MSG : 

When I position Igx-Combo outside Igx-Tab, I have no problem.

Thanks for your help.

Best regards,

Philippe DUFEIL