Package-level declarations

Types

Link copied to clipboard
data class CountryCodeFieldData(val phoneNumber: TextFieldValue, val countryCode: String)
Link copied to clipboard

Interface for rendering the content of a phone field.

Link copied to clipboard
Link copied to clipboard
class PhonePickerUiField(val initialValue: CountryCodeFieldData, var label: LbcTextSpec?, var placeholder: LbcTextSpec?, val id: String, val savedStateHandle: SavedStateHandle, val isFieldInError: (CountryCodeFieldData) -> UiFieldError?, uiFieldStyleData: UiFieldStyleData = DefaultUiFieldStyleData(), val onValueChange: (CountryCodeFieldData) -> Unit, val readOnly: Boolean = false, val enabled: Boolean = true, keyboardOptions: KeyboardOptions = KeyboardOptions.Default, keyboardActions: KeyboardActions = KeyboardActions.Default, phoneFieldRenderer: PhoneFieldRenderer, coroutineScope: CoroutineScope, countryPickerBottomSheetRenderer: CountryPickerBottomSheetRenderer) : TextUiField<CountryCodeFieldData>