Comment 8 for bug 1237614

Revision history for this message
Pat McGowan (pat-mcgowan) wrote : Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

We want the behavior as described int he UI spec:

TextInput.PasswordEchoOnEdit - Displays characters as they are entered while editing, otherwise displays asterisks.

The current behavior is simply toggleng between normal and password modes.
TextInput.Normal - Displays the text as it is. (Default)
TextInput.Password - Displays asterixes instead of characters.

If the underlying QML TextInput does not provide this we may need another approach.