Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.0 Beta
-
None
-
Android 5.x, possibly iOS or Windows Phone (RT) but I cannot confirm this.
-
-
b923553bea186e5d50b94ee8875f4d5ff6f0446a 9876f7ac8bd3679a9ed0e617aaadad032403a88f
Description
See related discussions on QTBUG-49503
When you are typing the first word in a Text box with platform suggestions enabled, there is no way to clear the displayed text, for example with a clear button. You cannot set text = "" because no text has been committed yet, and calling Qt.inputMethod.reset() does reset the text used by the inputMethod for predictions, but does not reset the displayed text.