I'd like to add some iPhone/Safari/HTML5 tags to joInput, specifically the type, autocorrect, autocapitalize, and placeholder tags, something that looks like this in HTML:
<input type="text" autocorrect="off" autocapitalize="off" placeholder="Some text here.">
How can I add these tags to joInput? I don't see how in the API.