lockscreen: Disable vkbd auto capitalization

Otherwise it could be confusing to users when the vkbd auto capitalizes the first letter when typing in the password.
This commit is contained in:
Devin Lin 2025-03-08 00:43:02 -05:00
parent 62fa3ad7af
commit 70aef785ca

View file

@ -115,7 +115,7 @@ Rectangle {
visible: false visible: false
focus: root.isKeypadOpen && root.lockScreenState.isKeyboardMode focus: root.isKeypadOpen && root.lockScreenState.isKeyboardMode
z: 1 z: 1
inputMethodHints: Qt.ImhNoPredictiveText inputMethodHints: Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase | Qt.ImhSensitiveData
onFocusChanged: { onFocusChanged: {
if (focus) { if (focus) {