Page 1 of 1

How do you turn off auto-capitalisation in HTML form fields?

Posted: Wed Aug 14, 2013 7:39 am
by Ram

Hi All,

I'd like to turn off both autocorrect="off" & autocapitalize="off", i tried to add it using "more properties" but it doesnt seems to do the trick, i guess i can directly edit the HTML file to add:

but i'm sure there's a better way Appery can do that...

Thx much in advance!
Best,
R.


How do you turn off auto-capitalisation in HTML form fields?

Posted: Wed Aug 14, 2013 9:41 am
by maxkatz

You will need to dig a little bit into what browsers support. You are setting the properties correctly. According to Mozilla docs, element with 'autocomplete' has to be a part of a form. No form is generated when you build the UI with jQuery Mobile in Appery.io.

This is nothing to do with Appery.io -- what browsers support out there.


How do you turn off auto-capitalisation in HTML form fields?

Posted: Wed Aug 14, 2013 11:31 am
by Ole Henrik Oftedal

Hi !

I read on a post on stackoverflow that you can try setting input field (in builder) to type "email". Maybe this works?

http://stackoverflow.com/questions/51...


How do you turn off auto-capitalisation in HTML form fields?

Posted: Wed Aug 14, 2013 1:23 pm
by Ram

that's a great tip and it suits me just fine!
Thx much!