Displaying count entered of max allowed recipient name length
This commit is contained in:
parent
2ba1b52a80
commit
db2a75fba7
|
@ -185,6 +185,8 @@ fun TransferMoneyDialog(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CaptionText("${recipientName.length} / 70")
|
||||||
|
|
||||||
Spacer(modifier = Modifier.height(verticalSpace))
|
Spacer(modifier = Modifier.height(verticalSpace))
|
||||||
|
|
||||||
OutlinedTextField(
|
OutlinedTextField(
|
||||||
|
|
Loading…
Reference in New Issue