From 410ad2282186de012cb1990e1651c9b6da24fa45 Mon Sep 17 00:00:00 2001 From: xiphon Date: Sat, 8 May 2021 09:56:00 +0000 Subject: [PATCH] LineEditMulti: fix 'error' property --- components/LineEditMulti.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index a33893c9..8137c02b 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -67,7 +67,7 @@ ColumnLayout { } } - property bool error: false + property alias error: input.error property string labelFontColor: MoneroComponents.Style.defaultFontColor property bool labelFontBold: false @@ -176,7 +176,6 @@ ColumnLayout { fontColor: item.fontColor mouseSelection: item.mouseSelection onEditingFinished: item.editingFinished() - error: item.error MoneroComponents.TextPlain { id: placeholderLabel