I'm pretty knew to jQuery mobile... I'm having and issue with text inputs and search inputs. When I click inside the text field, or have the text field focused, then type, no text comes up at all. Just stays white and blank. Here is a little snippet of the code. Let me know if you see anything wrong with it. Thanks!\[code\]<div data-role="content"> <label for="basic">Text Input:</label> <input type="text" name="name" id="basic" value="" /></div><!-- /content -->\[/code\]