If I place a button inside a list element then any tap or click within the list element activates the button link - the data-role = "button" is ignored and the link is applied to the <li> and the <input> which can make data entry problematic.
I am trying to lay out a series of controls in a vertical list. Some controls work fine when embedded in a list element but a radio button control group does not respond to user selection. Any ideas? Code snip below: