Form submit doesn't work with data-role="listview"
I have a form with various form elements.
The form elements are in a ul listview inside the form tag.
the problem is when I submit none of the values are submitted with the form.
If I remove the data-role="listview" inside the form it works fine but I lose the nested listview and styling.
Has anyone seen this or do you have any suggestions.
I looks like a bug.