In your list examples, you have to replace a list item with a hidden label if you want to pass an ID. This removes the JQueryMobile list item style. (since it is no longer a Li ).
I'd like to pass the studentID in something other than a hidden Label component so I can keep using Li. Are there any other options to do this?
My preference would be able to map the studentID to a "More Properties" item called "data-studentID". But, these additional properties do not show up in the edit mapping view. This way, when the list item is selected, I can set the localStorage using the value of data-studentID.
Thanks,
Don