Package-level declarations
Functions
Link copied to clipboard
fun KPInputPasswordField(style: OutlinedTextFieldStyle, password: String, onValueChange: (String) -> Unit, modifier: Modifier = Modifier, placeHolder: String? = null, label: String? = null, errorText: String? = null, enabled: Boolean = true, mask: Char = PASSWORD_MASK_CHAR)
A Composable function for creating a password input field with various customization options. The field allows for toggling between hidden and visible password states.