Skip to content

Commit

Permalink
QfTextField show let Qt handle virtual keyboard visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 29, 2025
1 parent 7d47828 commit caa0d70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/qml/imports/Theme/QfTextField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ TextField {
}
}

onFocusChanged: {
if (focus) {
Qt.inputMethod.show();
}
}

QfToolButton {
id: showPasswordButton
property int originalEchoMode: TextInput.Normal
Expand Down

0 comments on commit caa0d70

Please sign in to comment.