angular-schema-form icon indicating copy to clipboard operation
angular-schema-form copied to clipboard

tabarray onChange method does not fire

Open salimchemes opened this issue 8 years ago • 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} ]

salimchemes avatar Dec 18 '17 11:12 salimchemes

+1

omaigad avatar Mar 13 '18 15:03 omaigad

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

Anthropic avatar Mar 18 '18 10:03 Anthropic