Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabarray onChange method does not fire #943

Open
salimchemes opened this issue Dec 18, 2017 · 2 comments
Open

tabarray onChange method does not fire #943

salimchemes opened this issue Dec 18, 2017 · 2 comments

Comments

@salimchemes
Copy link

salimchemes commented Dec 18, 2017

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
Copy link

omaigad commented Mar 13, 2018

+1

@Anthropic
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants