Comment 1 for bug 1259294

Revision history for this message
Bill Filler (bfiller) wrote :

The problem is the Show Password text field toggles echoMode from TextInput.Normal to TextInput.Password. Autocapitlization is only disabled for TextInput.Password. So the fix is to set this inputMethodHint on the field so it works regardless:
inputMethodHints: Qt.ImhNoAutoUppercase)