Package-level declarations

Functions

Link copied to clipboard
fun KPInputPhoneNumberField(countryCode: String, number: String, onCountryCodeClick: () -> Unit, onValueChange: (String) -> Unit?, modifier: Modifier = Modifier, enabled: Boolean = true, countryCodeLabel: String = "", numberLabel: String = "", error: String? = null, visualTransformation: VisualTransformation = VisualTransformation.None, keyboardOptions: KeyboardOptions = KeyboardOptions.Default.copy(keyboardType = KeyboardType.Phone), keyboardActions: KeyboardActions = KeyboardActions.Default, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, shape: Shape = MaterialTheme.shapes.small, maxPhoneNumberLength: Int = 10)

Composable function representing a phone number input field with customizable appearance and behavior tailored for the Komposto theme.