How to remove an element from a list on click?

You’re on the right track! You could have a message like ClickedRemoveButton Int where the Int is the index in the list that should be removed.

1 Like