Hi,
I am building my first custom component, and I added an action on my list.
"props": [
{
"name": "listItems",
"displayName": "Select list items",
"type": "list"
},
{
"name": "onPress",
"displayName": "Click Actions",
"type": "action"
}
]
I configured the action on Adalo but nothing happen on click. Do I miss something?
Thank you