We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb9055 commit a47d3eaCopy full SHA for a47d3ea
projects/igniteui-angular/src/lib/grids/hierarchical-grid/child-grid-row.component.ts
@@ -179,7 +179,7 @@ private resolver;
179
// exclude outputs related to two-way binding functionality
180
const inputNames = factory.inputs.map(input => input.propName);
181
const outputs = factory.outputs.filter(o => {
182
- const matchingInputPropName = o.propName.slice(0, o.propName.indexOf('Changed'));
+ const matchingInputPropName = o.propName.slice(0, o.propName.indexOf('Change'));
183
return inputNames.indexOf(matchingInputPropName) === -1;
184
});
185
outputs.forEach(output => {
0 commit comments