summaryrefslogtreecommitdiff
path: root/components/custom/TextField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/custom/TextField.qml')
-rw-r--r--components/custom/TextField.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/custom/TextField.qml b/components/custom/TextField.qml
index 55d5619b..2ddefc46 100644
--- a/components/custom/TextField.qml
+++ b/components/custom/TextField.qml
@@ -24,6 +24,7 @@ FocusScope {
property alias echoMode: textInput.echoMode
property alias cursorPosition: textInput.cursorPosition
property alias inputMethodHints: textInput.inputMethodHints
+ property alias activeFocusOnPress: textInput.activeFocusOnPress
property color textColor: syspal.text
property color backgroundColor: syspal.base