From c9d9bd0a6bd801feb38e02c9d4b430a3ae00a301 Mon Sep 17 00:00:00 2001 From: Seitseman Date: Wed, 5 Jun 2024 00:52:29 +0300 Subject: [PATCH] fix(ProfileDescriptionPanel) bio affecting profile showcase changes fixes #15015 --- ui/app/AppLayouts/Profile/panels/ProfileDescriptionPanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/panels/ProfileDescriptionPanel.qml b/ui/app/AppLayouts/Profile/panels/ProfileDescriptionPanel.qml index 3867b7b2ae..6c56472ed0 100644 --- a/ui/app/AppLayouts/Profile/panels/ProfileDescriptionPanel.qml +++ b/ui/app/AppLayouts/Profile/panels/ProfileDescriptionPanel.qml @@ -54,6 +54,7 @@ Item { minimumHeight: 108 maximumHeight: 108 input.verticalAlignment: TextEdit.AlignTop + validationMode: StatusInput.ValidationMode.Always validators: [ StatusValidator { name: "maxLengthValidator"