feat(StatusInput): Expose errorMessage so that its placement can be controlled from outside
This commit is contained in:
parent
604ba1b88d
commit
3a58ee8200
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue