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 r4bbit.eth
parent bbc0177a66
commit 5f8f798cf2
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