Skip to content

Commit fa4b64d

Browse files
committed
qml: Add maximum length for address input
1 parent ccb0622 commit fa4b64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/pages/wallet/Send.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ PageStack {
165165
validator: RegExpValidator {
166166
regExp: /^[1-9A-HJ-NP-Za-km-zac-hj-np-z02-9]+$/
167167
}
168+
maximumLength: 62
168169
}
169170

170171
RowLayout {

0 commit comments

Comments
 (0)