An issue arises if the user clicks the add new button after adding all their contributions. There will be a last contribution that is partially filled out, but not intended up for upload.
Solution is to not use the ListView's SelectedItem as the current edited item, but instead add an edit button to the ItemTemplate
An issue arises if the user clicks the add new button after adding all their contributions. There will be a last contribution that is partially filled out, but not intended up for upload.
Solution is to not use the ListView's SelectedItem as the current edited item, but instead add an edit button to the ItemTemplate