Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
Does anybody know how to disable auto-correction on the virtual keyboard that appears when touching a QML TextInput element?
Thanks, Ionut
I know if you're using the TextField component in Qt Components, you can use @ TextField { ... inputMethodHints: Qt.ImhNoPredictiveText ... } @ but I'm not sure if it works with TextInput or not.
Hi,
Thanks, your suggestion worked for TextInput as well.
Good deal! Be sure and edit your first post to add [Solved] at the beginning! Thanks.
@mlong: I've updated now the post ;)