Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquicktextinput / data / inputmethods.qml
1 import QtQuick 2.0
2
3 TextInput {
4     text: "Hello world!"
5     inputMethodHints: Qt.ImhNoPredictiveText
6     Keys.onLeftPressed: {}
7 }