ignite-ui icon indicating copy to clipboard operation
ignite-ui copied to clipboard

igCombo _customCallback() override

Open mmart1n opened this issue 6 years ago • 0 comments

Description

Overriding the igCombo.options.dataSource.settings.callback function through the datasoure callback property is impossible.

  • ignite-ui version: 2018.1
  • browser: all browsers

Steps to reproduce

  1. add ui.igCombo()
  2. override igCombo.options.dataSource.settings.callback

Result

dataSource.settings.callback never calls the function set by the developer, but falls back to its default function.

Expected result

dataSource.settings.callback to call the function set by the developer

mmart1n avatar Jul 22 '19 12:07 mmart1n