summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-01-21 13:02:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-21 12:42:46 +0100
commitd8b7a0447000e6dac8e56ea9374ba946ecfb5cdb (patch)
tree63fe1ab6c6c3bd1403a5d8d15fb27dfe119169c8
parent66e1e0fee78f2b0a4412927ad39df4be564d15d1 (diff)
downloadqtquickcontrols-d8b7a0447000e6dac8e56ea9374ba946ecfb5cdb.tar.gz
Fix TextField::placeholderText docs
For usability reasons the placeholder text is kept always visible when the control is empty, even when focused. Task-number: QTBUG-36303 Change-Id: I79733b0cf2a48807fb45d5697399f183c2b97f94 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--src/controls/TextField.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 0bd4db1e..ba380b68 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -303,7 +303,7 @@ Control {
\qmlproperty string TextField::placeholderText
This property contains the text that is shown in the text field when the
- text field is empty and has no focus.
+ text field is empty.
*/
property alias placeholderText: placeholderTextComponent.text