Hi Prashant,
We have checked your reported query and prepared the sample
based on your requirement. please refer the below code snippet and sample link.
we can achieve your requirement by using the below sample code, in numeric
component value change event have numeric box instance(this) only so we need to
take query builder instance once again.
[index.js]:
|
valueChange(args) {
var qb = getComponent(document.getElementById('querybuilder'),'query-builder');
qb.notifyChange(args.value, args.event.target, 'value');
}
|
Sample link: https://stackblitz.com/edit/react-iaaeai-vt5lwu?file=index.js
Could you please check
with the above code and get back to us, if you need any further assistance on
this.
Regards,
YuvanShankar
A