-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When I call the addView method of the tabview component, an error occurs:Uncaught TypeError: Cannot read properties of undefined (reading 'hidden')
The demo code:
webix.ui({
height: 350,
view: "tabview",
id: 'testTabview',
cells: [
{
header: "title1",
body: {
template: "1"
}
}
]
}, $$("demo"));
$$('testTabview').addView({
header: "title2",
body: {
template: "2"
}
})
The webix version is 11.0.0
Metadata
Metadata
Assignees
Labels
No labels