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

EchoMode TextInput.PasswordEchoOnEdit shows the typed password in full

    XMLWordPrintable

Details

    Description

      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
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes