Capslock off on virtual keyboard for specific input ?
Solved
QML and Qt Quick
-
-
Found it on stackoverflow, sharing it here so it can help others.
There is a property on Textfield called inputMethodHints that can change the default behaviour of the virtual keyboard.
For example :
inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhPreferLowercase | Qt.ImhSensitiveData | Qt.ImhNoPredictiveText