Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-23873

EchoMode TextInput.PasswordEchoOnEdit shows the typed password in full

XMLWordPrintable

      According TextInput API documentation, echoMode TextInput.PasswordEchoOnEdit "Displays all but the current character as asterixes". Currently the typed password is shown in full until the editor loses focus.

      import QtQuick 2.0
      
      TextInput {
          width: 200; height: 50
          echoMode: TextInput.PasswordEchoOnEdit
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            martjone Martin Jones (closed Nokia identity) (Inactive)
            jpetrell Joona Petrell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes