Phone Picker Ui Field
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>
Constructors
Link copied to clipboard
constructor(initialValue: CountryCodeFieldData, label: LbcTextSpec?, placeholder: LbcTextSpec?, id: String, savedStateHandle: SavedStateHandle, isFieldInError: (CountryCodeFieldData) -> UiFieldError?, uiFieldStyleData: UiFieldStyleData = DefaultUiFieldStyleData(), onValueChange: (CountryCodeFieldData) -> Unit, readOnly: Boolean = false, enabled: Boolean = true, keyboardOptions: KeyboardOptions = KeyboardOptions.Default, keyboardActions: KeyboardActions = KeyboardActions.Default, phoneFieldRenderer: PhoneFieldRenderer, coroutineScope: CoroutineScope, countryPickerBottomSheetRenderer: CountryPickerBottomSheetRenderer)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun restoreFromSavedStateHandle(savedStateHandle: SavedStateHandle): CountryCodeFieldData?
Link copied to clipboard
open override fun saveToSavedStateHandle(value: CountryCodeFieldData, savedStateHandle: SavedStateHandle)