mirror of https://github.com/status-im/StatusQ.git
feat(StatusInput): Expose errorMessage so that its placement can be controlled from outside
This commit is contained in:
parent
bbc0177a66
commit
5f8f798cf2
|
@ -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