Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-14 12:31:22 +03:00
parent d00064cee3
commit b58df2dfb7
3 changed files with 5 additions and 2 deletions

View file

@ -58,7 +58,7 @@ fun PinTextField(
}
.focusRequester(focusRequester),
keyboardOptions = KeyboardOptions.Default.copy(
keyboardType = KeyboardType.Number,
keyboardType = KeyboardType.NumberPassword,
imeAction = ImeAction.Done,
),
singleLine = true,