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

Unable to set both echoMode: TextInput.Password and inputMethodHints: Qt.ImhDigitsOnly in Android for TextField

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.2.1
    • 5.2.0 Beta1 , 5.2.0 RC1, 5.2.0
    • None
    • Qt 5.2 for Android
    • Android
    • 2b3f293d892c5268bd2a07ed17fa9fc5adacbd76

    Description

      when set both
      echoMode: TextInput.Password and
      inputMethodHints: Qt.ImhDigitsOnly in Android
      for TextField, I get not Digital Keyboard, but AlphaNumerical

      Without echoMode: TextInput.Password shows up right keyboard

      TextField{
      text: ""
      inputMethodHints: Qt.ImhHiddenText | Qt.ImhDigitsOnly;
      echoMode: TextInput.Password
      }

      Attachments

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

        Activity

          People

            stromme Christian
            enemtsev Egor Nemtsev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes