[solved] How to force lower case keyboard in TextField?
-
Hi, I'm using a "TextField":http://harmattan-dev.nokia.com/docs/library/html/qt-components/qt-components-meego-textfield.html?tab=1 from com.nokia.meego in MeeGo Harmattan. When the user taps it the virtual keyboard shows up in upper case. However, this is for a login field where we want the default to be in lower case. I can't find in the docs how to force it. Any hints?
-
As a wild guess (didn't try it for lower/upper case) will recommend to look at inputMethodHints. At least it works in case of digits.