Phone Field Renderer
interface PhoneFieldRenderer
Interface for rendering the content of a phone field.
This interface is used to customize the appearance and behavior of the phone number input field. It provides a composable function to render the field content.
Functions
Link copied to clipboard
abstract fun FieldContent(textField: @Composable (onFocusChange: (focused: Boolean) -> Unit) -> Unit, selectedCountry: SelectedCountry?, openCountryPicker: () -> Unit, errorMessage: LbcTextSpec?)
Composable function to render the content of a phone field.