feat(StatusInput): Expose errorMessage so that its placement can be controlled from outside

This commit is contained in:
Khushboo Mehta 2022-03-22 18:40:06 +01:00 committed by Michał Cieślak
parent 604ba1b88d
commit 3a58ee8200
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Item {
property alias valid: statusBaseInput.valid
property alias pending: statusBaseInput.pending
property alias text: statusBaseInput.text
property alias errorMessageCmp: errorMessage
property string label: ""
property string secondaryLabel: ""
property int charLimit: 0