Displaying count entered of max allowed recipient name length

This commit is contained in:
dankito 2024-09-26 06:38:35 +02:00
parent 2ba1b52a80
commit db2a75fba7
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ fun TransferMoneyDialog(
}
}
CaptionText("${recipientName.length} / 70")
Spacer(modifier = Modifier.height(verticalSpace))
OutlinedTextField(