mirror of
https://github.com/bitwarden/android.git
synced 2026-06-03 11:16:40 -05:00
BIT-754 Add singleLine = true to text field components (#99)
This commit is contained in:
committed by
Álison Fernandes
parent
31386b458d
commit
594c466467
@@ -51,6 +51,7 @@ fun BitwardenPasswordField(
|
||||
} else {
|
||||
PasswordVisualTransformation()
|
||||
},
|
||||
singleLine = true,
|
||||
keyboardOptions = KeyboardOptions(keyboardType = KeyboardType.Password),
|
||||
trailingIcon = {
|
||||
IconButton(
|
||||
|
||||
@@ -26,6 +26,7 @@ fun BitwardenTextField(
|
||||
label = { Text(text = label) },
|
||||
value = value,
|
||||
onValueChange = onValueChange,
|
||||
singleLine = true,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user