json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

tabarray onChange method does not fire #943

Open salimchemes opened 6 years ago

salimchemes commented 6 years ago

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} ]

omaigad commented 6 years ago

+1

Anthropic commented 6 years ago

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