Have to cycle my delete button twice to get it to actually delete from my list
Not sure what I am missing but I have to click 'Delete' twice to get it to actually delete a list item from the page. ANY suggestions?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Not sure what I am missing but I have to click 'Delete' twice to get it to actually delete a list item from the page. ANY suggestions?
H, Dave,
How do you delete the list item from the page? Provide us some screenshots, please.
Please review my screenshots. Thanks.
Hello Dave,
Looks like wrong sequence of action. At first on click, you should set id value to local storage variable, then invoke delete service,
To refresh UI you should invoke list_service on "success" event of delete_service.
This tutorial should be helpful: http://docs.appery.io/tutorials/build...
Works! Thank you. I knew there was something out of whack. Was definitely the sequence of events. You rock Evgene.