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

Autocomplete doesn't work in ComboBox on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.0 RC
    • 5.3.0 RC1, 5.4.0 Beta
    • Quick: Controls 1
    • None
    • Test device: haipai i9220, android 4.0
    • Android

    Description

      I managed to disable predictive text on ComboBox using the following ugly hack inside Component.onCompleted:

      for(var i = 0; i < children.length; ++i)

      { if(children[i].inputMethodHints != undefined) { children[i].inputMethodHints = Qt.ImhNoPredictiveText; console.log("set Qt.ImhNoPredictiveText") }

      }

      Unfortunately this didn't fix autocomplete.

      Attachments

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

        Activity

          People

            taipan BogDan Vatra
            beholder Alexander Ivash
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes