Skip to content

Commit

Permalink
Merge pull request #16 from FlyinPancake/fix/lab2-compose-password-field
Browse files Browse the repository at this point in the history
docs(lab2-compose): 🔒 added password transformation to password field
  • Loading branch information
tibitoth authored Sep 15, 2022
2 parents 425f721 + 2db0a97 commit 855f13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/laborok/02-android-ui-compose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ fun LoginScreen() {
keyboardType = KeyboardType.Password
),
singleLine = true,
visualTransformation = PasswordVisualTransformation(),
isError = isPasswordWrong
)

Expand Down

0 comments on commit 855f13e

Please sign in to comment.