Is there a way to disable autocapitalize and autocomplete on form text elements?
I tried attributes as in my example, without success.
Your help would be appreciated.
{
view:"text",
id:"frmUsername",
name:"frmUsername",
label:"Your user name",
value:"",
attributes:[
{autocorrect:"off"},
{autocapitalize:"off"}
]
},