Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

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

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

Ole Henrik Oftedal
Posts: 0
Joined: Thu Apr 19, 2012 4:52 pm

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

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...

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

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

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

Return to “Issues”