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

Autocomplete doesn't work in ComboBox on Android

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important 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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes