parent
12602ba19f
commit
70b6acce16
|
@ -116,6 +116,8 @@ Item {
|
||||||
nameInput.input.edit.clear();
|
nameInput.input.edit.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
errorMessageCmp.wrapMode: Text.NoWrap
|
||||||
|
errorMessageCmp.horizontalAlignment: Text.AlignHCenter
|
||||||
validators: Constants.validators.displayName
|
validators: Constants.validators.displayName
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
userImage.name = text;
|
userImage.name = text;
|
||||||
|
|
Loading…
Reference in New Issue