aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Input.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Input.py b/lib/python/Components/Input.py
index f741eabe..e6e27fab 100644
--- a/lib/python/Components/Input.py
+++ b/lib/python/Components/Input.py
@@ -33,6 +33,7 @@ class Input(VariableText, HTMLComponent, GUIComponent):
def setText(self, text):
if not len(text):
self.currPos = 0
+ self.Text = ""
elif isUTF8(text):
self.Text = convertUTF8DVB(text, 0)
else: