-
Notifications
You must be signed in to change notification settings - Fork 45
Open
@Ebtessam
Description
action.html probably missing something to handle the onClick that is passed.
e.g
{
type: 'actions',
items: [
{ type: 'button',
"style": "md-warn", title: 'Regress', onClick: () => {
console.log('REG');
}
},
{ type: 'button', title: 'Advance', onClick: () => {
console.log('ADV');
}
}
]
},
Metadata
Metadata
Assignees
Labels
No labels