Apperyio("employeesList").children().each(
function(){
$(this).click(function(){ $(this).hide();});
}
);
This is called upon mobileitemlistbutton click, but upon clicking that button I have to click somewhere on the list to actually hide the list component.
After one list component is hidden, if I try to hide another one, I can do so by clicking anywhere on that list component -- this is not what I want, instead I want to be able to hide the list component by clicking on the lsititembutton (-- shape) to 'send' the message and remove it from the page.
Here's a link to the public app, navigate to the "Compose" page, and try clicking the right-hand side mobileitemlistbutton (the - button on each list item component).
http://appery.io/app/view/759808b6-f3...