json-schema-form/angular-schema-form

tabarray onChange method does not fire

salimchemes opened this issue · 2 comments

I have this schema

The onChange method does not fire as it does in other type of elements.
Other methods have the same onChange method defined and works fine but tabarray is not working.

Looks like is not supported for tabarray, any ideas how to fix this issue?

{
"key": "Atentions",
"type": "tabarray",
"tabType": "top",
"title": "Audio {{ value.audio || $index + 1 }}",
"onChange": "updated(modelValue,form)",
"remove": "Delete",
"htmlClass":"fake-css-tabs-class",
"add": null,
"style": {
"remove": "hide"
},
"items": [
{ "item1" : 1},
{ "item2" : 2}
]

+1

It is fixed for the alphas I believe, have you tried them?