Comment 2 for bug 1291575

Revision history for this message
Bill Filler (bfiller) wrote : Re: predictive text should be disabled on wifi password dialog

So the problem is this:
                echoMode: checkBox.checked ? TextInput.Normal : TextInput.Password

For TextInput.Password fields predictive text is disabled system wide. But when the echo mode is set then it's a normal text field so the hints need to be set explicitliy. Maybe echoMode is not being used correctly here?