i have the same problem!
every time you click on a input, it creates an input type hidden with the same name (even more than once)
Clicked twice on a input type text, jqm3 rc1 creates 2 input type hidden!
<div class="ui-input-text ui-shadow-inset ui-corner-all ui-btn-shadow ui-body-c ui-focus">
<input type="hidden" name="name" value="">
<input type="hidden" name="name" value="">
<input type="text" name="name" id="basic" value="" class="ui-input-text ui-body-c">
</div>
Very annoying problem!
Any idea?
Thank you so much!
This has been fixed after RC1 by commit ae3484b.